#B087DD

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

Shades of Biloba Flower #B087DD

Tints of Biloba Flower #B087DD

Color information

#B087DD (or 0xB087DD) is unknown color: approx Biloba Flower. HEX triplet: B0, 87 and DD. RGB value is (176,135,221). Sum of RGB (Red+Green+Blue) = 176+135+221=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #B087DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087DD is #4F7822. Grayscale: #9C9C9C. Windows color (decimal): -5208099 or 14518192. OLE color: 14518192.

HSL color Cylindrical-coordinate representation of color #B087DD: hue angle of 268.6º 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 #B087DD is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176135221-
CMYK0.200.3900.13
HSL268.6º55.84%69.8%-
HSV(B)268.6º38.91%86.67%-
XYZ39.6231.7872.45-
YUV157.06164.08141.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 135 (53.12% from 255) = 25.38%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=33.08%
G=25.38%
B=41.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761352210.200.3900.13268.655.8469.8
HexB087DD14270D10d3846
Octal260207335244701541570106
Binary10110000100001111101110110100100111011011000011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087DD; }

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

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

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

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

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

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

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

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