#B087E0

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

Shades of Biloba Flower #B087E0

Tints of Biloba Flower #B087E0

Color information

#B087E0 (or 0xB087E0) is unknown color: approx Biloba Flower. HEX triplet: B0, 87 and E0. RGB value is (176,135,224). Sum of RGB (Red+Green+Blue) = 176+135+224=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #B087E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087E0 is #4F781F. Grayscale: #9D9D9D. Windows color (decimal): -5208096 or 14714800. OLE color: 14714800.

HSL color Cylindrical-coordinate representation of color #B087E0: hue angle of 267.64º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B087E0 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176135224-
CMYK0.210.4000.12
HSL267.64º58.94%70.39%-
HSV(B)267.64º39.73%87.84%-
XYZ40.0231.9474.58-
YUV157.4165.58141.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 135 (53.12% from 255) = 25.23%
BLUE value IS 224 (87.89% from 255) = 41.87%
R=32.90%
G=25.23%
B=41.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1761352240.210.4000.12267.6458.9470.39
HexB087E015280C10c3b46
Octal260207340255001441473106
Binary10110000100001111110000010101101000011001000011001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087E0; }

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

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

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

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

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

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

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

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