#B991D7

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

Shades of Biloba Flower #B991D7

Tints of Biloba Flower #B991D7

Color information

#B991D7 (or 0xB991D7) is unknown color: approx Biloba Flower. HEX triplet: B9, 91 and D7. RGB value is (185,145,215). Sum of RGB (Red+Green+Blue) = 185+145+215=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #B991D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991D7 is #466E28. Grayscale: #A4A4A4. Windows color (decimal): -4615721 or 14127545. OLE color: 14127545.

HSL color Cylindrical-coordinate representation of color #B991D7: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B991D7 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185145215-
CMYK0.140.3300.16
HSL274.29º46.67%70.59%-
HSV(B)274.29º32.56%84.31%-
XYZ42.435.4768.9-
YUV164.94156.25142.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 145 (57.03% from 255) = 26.61%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=33.94%
G=26.61%
B=39.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851452150.140.3300.16274.2946.6770.59
HexB991D7E210101122f47
Octal271221327164102042257107
Binary10111001100100011101011111101000010100001000100101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B991D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B991D7; }

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

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

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

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

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

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

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

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