Html Css Color HEX #B996E8 Biloba Flower

📋 copy color: '#B996E8'

red 185 ◦ green 150 ◦ blue 232

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

Shades of Biloba Flower #B996E8

Tints of Biloba Flower #B996E8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.46%

 BLUE value IS 232 (91.02% from 255) = 40.92%

R = 32.63%
G = 26.46%
B = 40.92%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B996E8 (or 0xB996E8) is known color: Biloba Flower. HEX triplet: B9, 96 and E8. RGB value is (185,150,232). Sum of RGB (Red+Green+Blue) = 185+150+232=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #B996E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B996E8 is #466917. Grayscale: #A9A9A9. Windows color (decimal): -4614424 or 15242937. OLE color: 15242937.

HSL color Cylindrical-coordinate representation of color #B996E8: hue angle of 265.61º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B996E8 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 150 232 -
CMYK 0.20 0.35 0 0.09
HSL 265.61º 0.64% 0.75% -
HSV(B) 265.61º 0.35% 0.91% -
XYZ 45.48 37.95 81.27 -
YUV 169.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 185 150 232 0.20 0.35 0 0.09 265.61 0.64 0.75
Hex B9 96 E8 14 23 0 9 10A 40 4B
Octal 271 226 350 24 43 0 11 412 100 113
Binary 10111001 10010110 11101000 10100 100011 0 1001 100001010 1000000 1001011

Color Harmonies of #B996E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996E8

Black with #B996E8

Text Example


Text Example

White with #B996E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996E8; }

 p { color: rgb(185,150,232); }

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

background-color css

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

 a { background-color: rgb(185,150,232); }

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

border-color css

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

 span { border-color: rgb(185,150,232); }

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