Html Css Color HEX #B996E1 Biloba Flower

📋 copy color: '#B996E1'

red 185 ◦ green 150 ◦ blue 225

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

Shades of Biloba Flower #B996E1

Tints of Biloba Flower #B996E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.18%

R = 33.04%
G = 26.79%
B = 40.18%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B996E1 (or 0xB996E1) is known color: Biloba Flower. HEX triplet: B9, 96 and E1. RGB value is (185,150,225). Sum of RGB (Red+Green+Blue) = 185+150+225=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #B996E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996E1 is #46691E. Grayscale: #A8A8A8. Windows color (decimal): -4614431 or 14784185. OLE color: 14784185.

HSL color Cylindrical-coordinate representation of color #B996E1: hue angle of 268º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B996E1 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 150 225 -
CMYK 0.18 0.33 0 0.12
HSL 268º 0.56% 0.74% -
HSV(B) 268º 0.33% 0.88% -
XYZ 44.5 37.56 76.14 -
YUV 169.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 185 150 225 0.18 0.33 0 0.12 268 0.56 0.74
Hex B9 96 E1 12 21 0 C 10C 38 4A
Octal 271 226 341 22 41 0 14 414 70 112
Binary 10111001 10010110 11100001 10010 100001 0 1100 100001100 111000 1001010

Color Harmonies of #B996E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996E1

Black with #B996E1

Text Example


Text Example

White with #B996E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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