Html Css Color HEX #B996E6 Biloba Flower

📋 copy color: '#B996E6'

red 185 ◦ green 150 ◦ blue 230

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

Shades of Biloba Flower #B996E6

Tints of Biloba Flower #B996E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.71%

R = 32.74%
G = 26.55%
B = 40.71%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B996E6 (or 0xB996E6) is known color: Biloba Flower. HEX triplet: B9, 96 and E6. RGB value is (185,150,230). Sum of RGB (Red+Green+Blue) = 185+150+230=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #B996E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B996E6 is #466919. Grayscale: #A9A9A9. Windows color (decimal): -4614426 or 15111865. OLE color: 15111865.

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

Color convert

RGB 185 150 230 -
CMYK 0.20 0.35 0 0.10
HSL 266.25º 0.62% 0.75% -
HSV(B) 266.25º 0.35% 0.9% -
XYZ 45.2 37.84 79.78 -
YUV 169.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 185 150 230 0.20 0.35 0 0.10 266.25 0.62 0.75
Hex B9 96 E6 14 23 0 A 10A 3E 4B
Octal 271 226 346 24 43 0 12 412 76 113
Binary 10111001 10010110 11100110 10100 100011 0 1010 100001010 111110 1001011

Color Harmonies of #B996E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996E6

Black with #B996E6

Text Example


Text Example

White with #B996E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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