#B987DD

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

Shades of Biloba Flower #B987DD

Tints of Biloba Flower #B987DD

Color information

#B987DD (or 0xB987DD) is unknown color: approx Biloba Flower. HEX triplet: B9, 87 and DD. RGB value is (185,135,221). Sum of RGB (Red+Green+Blue) = 185+135+221=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #B987DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987DD is #467822. Grayscale: #9F9F9F. Windows color (decimal): -4618275 or 14518201. OLE color: 14518201.

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

Color convert

RGB185135221-
CMYK0.160.3900.13
HSL274.88º55.84%69.8%-
HSV(B)274.88º38.91%86.67%-
XYZ41.7232.8672.55-
YUV159.75162.56146.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.20%
GREEN value IS 135 (53.12% from 255) = 24.95%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=34.20%
G=24.95%
B=40.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851352210.160.3900.13274.8855.8469.8
HexB987DD10270D1133846
Octal271207335204701542370106
Binary10111001100001111101110110000100111011011000100111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B987DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B987DD; }

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

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

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

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

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

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

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

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