#B087FA

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

Shades of Biloba Flower #B087FA

Tints of Biloba Flower #B087FA

Color information

#B087FA (or 0xB087FA) is unknown color: approx Biloba Flower. HEX triplet: B0, 87 and FA. RGB value is (176,135,250). Sum of RGB (Red+Green+Blue) = 176+135+250=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #B087FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B087FA is #4F7805. Grayscale: #9F9F9F. Windows color (decimal): -5208070 or 16418736. OLE color: 16418736.

HSL color Cylindrical-coordinate representation of color #B087FA: hue angle of 261.39º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B087FA is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176135250-
CMYK0.300.4600.02
HSL261.39º92%75.49%-
HSV(B)261.39º46%98.04%-
XYZ43.8233.4694.59-
YUV160.37178.58139.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 135 (53.12% from 255) = 24.06%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=31.37%
G=24.06%
B=44.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761352500.300.4600.02261.399275.49
HexB087FA1E2E021055c4b
Octal260207372365602405134113
Binary1011000010000111111110101111010111001010000010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B087FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B087FA; }

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

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

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

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

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

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

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

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