#B987DA

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

Shades of Biloba Flower #B987DA

Tints of Biloba Flower #B987DA

Color information

#B987DA (or 0xB987DA) is unknown color: approx Biloba Flower. HEX triplet: B9, 87 and DA. RGB value is (185,135,218). Sum of RGB (Red+Green+Blue) = 185+135+218=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #B987DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987DA is #467825. Grayscale: #9F9F9F. Windows color (decimal): -4618278 or 14321593. OLE color: 14321593.

HSL color Cylindrical-coordinate representation of color #B987DA: hue angle of 276.14º degrees, saturation: 0.53, 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 #B987DA is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185135218-
CMYK0.150.3800.15
HSL276.14º52.87%69.22%-
HSV(B)276.14º38.07%85.49%-
XYZ41.3332.770.46-
YUV159.41161.06146.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.39%
GREEN value IS 135 (53.12% from 255) = 25.09%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=34.39%
G=25.09%
B=40.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851352180.150.3800.15276.1452.8769.22
HexB987DAF260F1143545
Octal271207332174601742465105
Binary1011100110000111110110101111100110011111000101001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B987DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B987DA; }

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

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

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

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

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

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

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

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