#B987D8

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

Shades of Biloba Flower #B987D8

Tints of Biloba Flower #B987D8

Color information

#B987D8 (or 0xB987D8) is unknown color: approx Biloba Flower. HEX triplet: B9, 87 and D8. RGB value is (185,135,216). Sum of RGB (Red+Green+Blue) = 185+135+216=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #B987D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987D8 is #467827. Grayscale: #9E9E9E. Windows color (decimal): -4618280 or 14190521. OLE color: 14190521.

HSL color Cylindrical-coordinate representation of color #B987D8: hue angle of 277.04º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B987D8 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185135216-
CMYK0.140.3800.15
HSL277.04º50.94%68.82%-
HSV(B)277.04º37.5%84.71%-
XYZ41.0732.669.09-
YUV159.18160.06146.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 135 (53.12% from 255) = 25.19%
BLUE value IS 216 (84.77% from 255) = 40.30%
R=34.51%
G=25.19%
B=40.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851352160.140.3800.15277.0450.9468.82
HexB987D8E260F1153345
Octal271207330164601742563105
Binary1011100110000111110110001110100110011111000101011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B987D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B987D8; }

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

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

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

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

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

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

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

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