Html Css Color HEX #B996DD Biloba Flower

📋 copy color: '#B996DD'

red 185 ◦ green 150 ◦ blue 221

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

Shades of Biloba Flower #B996DD

Tints of Biloba Flower #B996DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 33.27%
G = 26.98%
B = 39.75%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B996DD (or 0xB996DD) is known color: Biloba Flower. HEX triplet: B9, 96 and DD. RGB value is (185,150,221). Sum of RGB (Red+Green+Blue) = 185+150+221=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #B996DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B996DD is #466922. Grayscale: #A8A8A8. Windows color (decimal): -4614435 or 14522041. OLE color: 14522041.

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

Color convert

RGB 185 150 221 -
CMYK 0.16 0.32 0 0.13
HSL 269.58º 0.51% 0.73% -
HSV(B) 269.58º 0.32% 0.87% -
XYZ 43.97 37.35 73.3 -
YUV 168.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 185 150 221 0.16 0.32 0 0.13 269.58 0.51 0.73
Hex B9 96 DD 10 20 0 D 10E 33 49
Octal 271 226 335 20 40 0 15 416 63 111
Binary 10111001 10010110 11011101 10000 100000 0 1101 100001110 110011 1001001

Color Harmonies of #B996DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B996DD

Black with #B996DD

Text Example


Text Example

White with #B996DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B996DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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