#B58EEE

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

Shades of Biloba Flower #B58EEE

Tints of Biloba Flower #B58EEE

Color information

#B58EEE (or 0xB58EEE) is unknown color: approx Biloba Flower. HEX triplet: B5, 8E and EE. RGB value is (181,142,238). Sum of RGB (Red+Green+Blue) = 181+142+238=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #B58EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58EEE is #4A7111. Grayscale: #A4A4A4. Windows color (decimal): -4878610 or 15634101. OLE color: 15634101.

HSL color Cylindrical-coordinate representation of color #B58EEE: hue angle of 264.38º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58EEE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181142238-
CMYK0.240.4000.07
HSL264.38º73.85%74.51%-
HSV(B)264.38º40.34%93.33%-
XYZ44.1635.3485.38-
YUV164.6169.42139.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=32.26%
G=25.31%
B=42.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811422380.240.4000.07264.3873.8574.51
HexB58EEE1828071084a4b
Octal265216356305007410112113
Binary10110101100011101110111011000101000011110000100010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EEE; }

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

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

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

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

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

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

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

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