#B59DEE

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

Shades of Biloba Flower #B59DEE

Tints of Biloba Flower #B59DEE

Color information

#B59DEE (or 0xB59DEE) is unknown color: approx Biloba Flower. HEX triplet: B5, 9D and EE. RGB value is (181,157,238). Sum of RGB (Red+Green+Blue) = 181+157+238=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #B59DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59DEE is #4A6211. Grayscale: #ADADAD. Windows color (decimal): -4874770 or 15637941. OLE color: 15637941.

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

Color convert

RGB181157238-
CMYK0.240.3400.07
HSL257.78º70.43%77.45%-
HSV(B)257.78º34.03%93.33%-
XYZ46.5540.1186.18-
YUV173.41164.45133.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.42%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 238 (93.36% from 255) = 41.32%
R=31.42%
G=27.26%
B=41.32%

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
Decimal1811572380.240.3400.07257.7870.4377.45
HexB59DEE182207102464d
Octal265235356304207402106115
Binary10110101100111011110111011000100010011110000001010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DEE; }

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

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

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

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

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

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

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

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