#B59EEE

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

Shades of Biloba Flower #B59EEE

Tints of Biloba Flower #B59EEE

Color information

#B59EEE (or 0xB59EEE) is unknown color: approx Biloba Flower. HEX triplet: B5, 9E and EE. RGB value is (181,158,238). Sum of RGB (Red+Green+Blue) = 181+158+238=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #B59EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59EEE is #4A6111. Grayscale: #ADADAD. Windows color (decimal): -4874514 or 15638197. OLE color: 15638197.

HSL color Cylindrical-coordinate representation of color #B59EEE: hue angle of 257.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B59EEE is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181158238-
CMYK0.240.3400.07
HSL257.25º70.18%77.65%-
HSV(B)257.25º33.61%93.33%-
XYZ46.7240.4586.23-
YUV174164.12133-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 158 (62.11% from 255) = 27.38%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=31.37%
G=27.38%
B=41.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811582380.240.3400.07257.2570.1877.65
HexB59EEE182207101464e
Octal265236356304207401106116
Binary10110101100111101110111011000100010011110000000110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59EEE; }

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

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

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

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

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

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

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

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