#B087DC

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

Shades of Biloba Flower #B087DC

Tints of Biloba Flower #B087DC

Color information

#B087DC (or 0xB087DC) is unknown color: approx Biloba Flower. HEX triplet: B0, 87 and DC. RGB value is (176,135,220). Sum of RGB (Red+Green+Blue) = 176+135+220=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #B087DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087DC is #4F7823. Grayscale: #9C9C9C. Windows color (decimal): -5208100 or 14452656. OLE color: 14452656.

HSL color Cylindrical-coordinate representation of color #B087DC: hue angle of 268.94º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B087DC is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176135220-
CMYK0.20.3900.14
HSL268.94º54.84%69.61%-
HSV(B)268.94º38.64%86.27%-
XYZ39.4931.7371.75-
YUV156.95163.58141.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=33.15%
G=25.42%
B=41.43%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761352200.20.3900.14268.9454.8469.61
HexB087DC14270E10d3746
Octal260207334244701641567106
Binary10110000100001111101110010100100111011101000011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087DC; }

 p { color: rgb(176,135,220); }

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

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

 a { background-color: rgb(176,135,220); }

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

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

 span { border-color: rgb(176,135,220); }

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