#B58FE9

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

Shades of Biloba Flower #B58FE9

Tints of Biloba Flower #B58FE9

Color information

#B58FE9 (or 0xB58FE9) is unknown color: approx Biloba Flower. HEX triplet: B5, 8F and E9. RGB value is (181,143,233). Sum of RGB (Red+Green+Blue) = 181+143+233=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #B58FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FE9 is #4A7016. Grayscale: #A4A4A4. Windows color (decimal): -4878359 or 15306677. OLE color: 15306677.

HSL color Cylindrical-coordinate representation of color #B58FE9: hue angle of 265.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B58FE9 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181143233-
CMYK0.220.3900.09
HSL265.33º67.16%73.73%-
HSV(B)265.33º38.63%91.37%-
XYZ43.5935.3581.62-
YUV164.62166.59139.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 233 (91.41% from 255) = 41.83%
R=32.50%
G=25.67%
B=41.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811432330.220.3900.09265.3367.1673.73
HexB58FE9162709109434a
Octal2652173512647011411103112
Binary101101011000111111101001101101001110100110000100110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FE9; }

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

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

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

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

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

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

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

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