Html Css Color HEX #B486EC Biloba Flower

📋 copy color: '#B486EC'

red 180 ◦ green 134 ◦ blue 236

#B486EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B486EC

Tints of Biloba Flower #B486EC

RGB

 RED value IS 180 (70.7% from 255) = 32.73%

 GREEN value IS 134 (52.73% from 255) = 24.36%

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 32.73%
G = 24.36%
B = 42.91%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B486EC (or 0xB486EC) is known color: Biloba Flower. HEX triplet: B4, 86 and EC. RGB value is (180,134,236). Sum of RGB (Red+Green+Blue) = 180+134+236=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #B486EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B486EC is #4B7913. Grayscale: #9F9F9F. Windows color (decimal): -4946196 or 15500980. OLE color: 15500980.

HSL color Cylindrical-coordinate representation of color #B486EC: hue angle of 267.06º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B486EC is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 134 236 -
CMYK 0.24 0.43 0 0.07
HSL 267.06º 0.73% 0.73% -
HSV(B) 267.06º 0.43% 0.93% -
XYZ 42.49 32.81 83.45 -
YUV 159.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 180 134 236 0.24 0.43 0 0.07 267.06 0.73 0.73
Hex B4 86 EC 18 2B 0 7 10B 49 49
Octal 264 206 354 30 53 0 7 413 111 111
Binary 10110100 10000110 11101100 11000 101011 0 111 100001011 1001001 1001001

Color Harmonies of #B486EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B486EC

Black with #B486EC

Text Example


Text Example

White with #B486EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B486EC; }

 p { color: rgb(180,134,236); }

 H1.HeaderClassName
 {
   color: #B486EC;
 }
 .AnyTagClassName
 {
   color: #B486EC;
 }
</style>

background-color css

<style>
 a { background-color: #B486EC; }

 a { background-color: rgb(180,134,236); }

 div.DivClassName
 {
   background-color: #B486EC;
 }
 .BgClassName
 {
   background-color: #B486EC;
 }
</style>

border-color css

<style>
 span { border-color: #B486EC; }

 span { border-color: rgb(180,134,236); }

 td.TdClassName
 {
   border-color: #B486EC;
 }
 .TagClassName
 {
   border-color: #B486EC;
 }
</style>