#B59EEF

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

Shades of Biloba Flower #B59EEF

Tints of Biloba Flower #B59EEF

Color information

#B59EEF (or 0xB59EEF) is unknown color: approx Biloba Flower. HEX triplet: B5, 9E and EF. RGB value is (181,158,239). Sum of RGB (Red+Green+Blue) = 181+158+239=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #B59EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59EEF is #4A6110. Grayscale: #ADADAD. Windows color (decimal): -4874513 or 15703733. OLE color: 15703733.

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

Color convert

RGB181158239-
CMYK0.240.3400.06
HSL257.04º71.68%77.84%-
HSV(B)257.04º33.89%93.73%-
XYZ46.8640.5187.01-
YUV174.11164.62132.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.31%
GREEN value IS 158 (62.11% from 255) = 27.34%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=31.31%
G=27.34%
B=41.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811582390.240.3400.06257.0471.6877.84
HexB59EEF182206101484e
Octal265236357304206401110116
Binary10110101100111101110111111000100010011010000000110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59EEF; }

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

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

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

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

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

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

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

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