#B58FEC

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

Shades of Biloba Flower #B58FEC

Tints of Biloba Flower #B58FEC

Color information

#B58FEC (or 0xB58FEC) is unknown color: approx Biloba Flower. HEX triplet: B5, 8F and EC. RGB value is (181,143,236). Sum of RGB (Red+Green+Blue) = 181+143+236=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #B58FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FEC is #4A7013. Grayscale: #A4A4A4. Windows color (decimal): -4878356 or 15503285. OLE color: 15503285.

HSL color Cylindrical-coordinate representation of color #B58FEC: hue angle of 264.52º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B58FEC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181143236-
CMYK0.230.3900.07
HSL264.52º70.99%74.31%-
HSV(B)264.52º39.41%92.55%-
XYZ44.0235.5283.89-
YUV164.96168.09139.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 143 (56.25% from 255) = 25.54%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=32.32%
G=25.54%
B=42.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811432360.230.3900.07264.5270.9974.31
HexB58FEC172707109474a
Octal265217354274707411107112
Binary10110101100011111110110010111100111011110000100110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FEC; }

 p { color: rgb(181,143,236); }

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

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

 a { background-color: rgb(181,143,236); }

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

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

 span { border-color: rgb(181,143,236); }

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