#B58EF7

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

Shades of Biloba Flower #B58EF7

Tints of Biloba Flower #B58EF7

Color information

#B58EF7 (or 0xB58EF7) is unknown color: approx Biloba Flower. HEX triplet: B5, 8E and F7. RGB value is (181,142,247). Sum of RGB (Red+Green+Blue) = 181+142+247=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #B58EF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58EF7 is #4A7108. Grayscale: #A5A5A5. Windows color (decimal): -4878601 or 16223925. OLE color: 16223925.

HSL color Cylindrical-coordinate representation of color #B58EF7: hue angle of 262.29º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B58EF7 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB181142247-
CMYK0.270.4300.03
HSL262.29º86.78%76.27%-
HSV(B)262.29º42.51%96.86%-
XYZ45.5235.8992.52-
YUV165.63173.92138.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.75%
GREEN value IS 142 (55.86% from 255) = 24.91%
BLUE value IS 247 (96.88% from 255) = 43.33%
R=31.75%
G=24.91%
B=43.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1811422470.270.4300.03262.2986.7876.27
HexB58EF71B2B03106574c
Octal265216367335303406127114
Binary1011010110001110111101111101110101101110000011010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EF7; }

 p { color: rgb(181,142,247); }

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

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

 a { background-color: rgb(181,142,247); }

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

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

 span { border-color: rgb(181,142,247); }

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