#B991DC

Color #B991DC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B991DC

Tints of Biloba Flower #B991DC

Color information

#B991DC (or 0xB991DC) is unknown color: approx Biloba Flower. HEX triplet: B9, 91 and DC. RGB value is (185,145,220). Sum of RGB (Red+Green+Blue) = 185+145+220=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #B991DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991DC is #466E23. Grayscale: #A5A5A5. Windows color (decimal): -4615716 or 14455225. OLE color: 14455225.

HSL color Cylindrical-coordinate representation of color #B991DC: hue angle of 272º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B991DC is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185145220-
CMYK0.160.3400.14
HSL272º51.72%71.57%-
HSV(B)272º34.09%86.27%-
XYZ43.0535.7372.34-
YUV165.51158.75141.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.64%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 220 (86.33% from 255) = 40%
R=33.64%
G=26.36%
B=40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851452200.160.3400.1427251.7271.57
HexB991DC10220E1103448
Octal271221334204201642064110
Binary10111001100100011101110010000100010011101000100001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991DC; }

 p { color: rgb(185,145,220); }

 H1.HeaderClassName
 {
   color: #B991DC;
 }
 .AnyTagClassName
 {
   color: #B991DC;
 }
</style>
background-color css

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

 a { background-color: rgb(185,145,220); }

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

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

 span { border-color: rgb(185,145,220); }

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