Html Css Color HEX #B996DF Biloba Flower

📋 copy color: '#B996DF'

red 185 ◦ green 150 ◦ blue 223

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

Shades of Biloba Flower #B996DF

Tints of Biloba Flower #B996DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 33.15%
G = 26.88%
B = 39.96%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B996DF (or 0xB996DF) is known color: Biloba Flower. HEX triplet: B9, 96 and DF. RGB value is (185,150,223). Sum of RGB (Red+Green+Blue) = 185+150+223=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #B996DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996DF is #466920. Grayscale: #A8A8A8. Windows color (decimal): -4614433 or 14653113. OLE color: 14653113.

HSL color Cylindrical-coordinate representation of color #B996DF: hue angle of 268.77º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B996DF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 150 223 -
CMYK 0.17 0.33 0 0.13
HSL 268.77º 0.53% 0.73% -
HSV(B) 268.77º 0.33% 0.87% -
XYZ 44.23 37.45 74.71 -
YUV 168.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 185 150 223 0.17 0.33 0 0.13 268.77 0.53 0.73
Hex B9 96 DF 11 21 0 D 10D 35 49
Octal 271 226 337 21 41 0 15 415 65 111
Binary 10111001 10010110 11011111 10001 100001 0 1101 100001101 110101 1001001

Color Harmonies of #B996DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996DF

Black with #B996DF

Text Example


Text Example

White with #B996DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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