Html Css Color HEX #B990EC Biloba Flower

📋 copy color: '#B990EC'

red 185 ◦ green 144 ◦ blue 236

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

Shades of Biloba Flower #B990EC

Tints of Biloba Flower #B990EC

RGB

 RED value IS 185 (72.66% from 255) = 32.74%

 GREEN value IS 144 (56.64% from 255) = 25.49%

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

R = 32.74%
G = 25.49%
B = 41.77%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B990EC (or 0xB990EC) is known color: Biloba Flower. HEX triplet: B9, 90 and EC. RGB value is (185,144,236). Sum of RGB (Red+Green+Blue) = 185+144+236=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #B990EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990EC is #466F13. Grayscale: #A6A6A6. Windows color (decimal): -4615956 or 15503545. OLE color: 15503545.

HSL color Cylindrical-coordinate representation of color #B990EC: hue angle of 266.74º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B990EC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 144 236 -
CMYK 0.22 0.39 0 0.07
HSL 266.74º 0.71% 0.75% -
HSV(B) 266.74º 0.39% 0.93% -
XYZ 45.12 36.32 83.99 -
YUV 166.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 185 144 236 0.22 0.39 0 0.07 266.74 0.71 0.75
Hex B9 90 EC 16 27 0 7 10B 47 4B
Octal 271 220 354 26 47 0 7 413 107 113
Binary 10111001 10010000 11101100 10110 100111 0 111 100001011 1000111 1001011

Color Harmonies of #B990EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990EC

Black with #B990EC

Text Example


Text Example

White with #B990EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990EC; }

 p { color: rgb(185,144,236); }

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

background-color css

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

 a { background-color: rgb(185,144,236); }

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

border-color css

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

 span { border-color: rgb(185,144,236); }

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