#B087DF

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

Shades of Biloba Flower #B087DF

Tints of Biloba Flower #B087DF

Color information

#B087DF (or 0xB087DF) is unknown color: approx Biloba Flower. HEX triplet: B0, 87 and DF. RGB value is (176,135,223). Sum of RGB (Red+Green+Blue) = 176+135+223=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #B087DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087DF is #4F7820. Grayscale: #9C9C9C. Windows color (decimal): -5208097 or 14649264. OLE color: 14649264.

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

Color convert

RGB176135223-
CMYK0.210.3900.13
HSL267.95º57.89%70.2%-
HSV(B)267.95º39.46%87.45%-
XYZ39.8931.8973.86-
YUV157.29165.08141.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 135 (53.12% from 255) = 25.28%
BLUE value IS 223 (87.5% from 255) = 41.76%
R=32.96%
G=25.28%
B=41.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761352230.210.3900.13267.9557.8970.2
HexB087DF15270D10c3a46
Octal260207337254701541472106
Binary10110000100001111101111110101100111011011000011001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087DF; }

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

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

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

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

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

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

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

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