#B087EB

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

Shades of Biloba Flower #B087EB

Tints of Biloba Flower #B087EB

Color information

#B087EB (or 0xB087EB) is unknown color: approx Biloba Flower. HEX triplet: B0, 87 and EB. RGB value is (176,135,235). Sum of RGB (Red+Green+Blue) = 176+135+235=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #B087EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B087EB is #4F7814. Grayscale: #9E9E9E. Windows color (decimal): -5208085 or 15435696. OLE color: 15435696.

HSL color Cylindrical-coordinate representation of color #B087EB: hue angle of 264.6º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B087EB is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176135235-
CMYK0.250.4300.08
HSL264.6º71.43%72.55%-
HSV(B)264.6º42.55%92.16%-
XYZ41.5632.5682.69-
YUV158.66171.08140.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 135 (53.12% from 255) = 24.73%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=32.23%
G=24.73%
B=43.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761352350.250.4300.08264.671.4372.55
HexB087EB192B081094749
Octal2602073533153010411107111
Binary101100001000011111101011110011010110100010000100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087EB; }

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

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

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

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

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

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

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

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