#B59EEB

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

Shades of Biloba Flower #B59EEB

Tints of Biloba Flower #B59EEB

Color information

#B59EEB (or 0xB59EEB) is unknown color: approx Biloba Flower. HEX triplet: B5, 9E and EB. RGB value is (181,158,235). Sum of RGB (Red+Green+Blue) = 181+158+235=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #B59EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59EEB is #4A6114. Grayscale: #ADADAD. Windows color (decimal): -4874517 or 15441589. OLE color: 15441589.

HSL color Cylindrical-coordinate representation of color #B59EEB: hue angle of 257.92º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B59EEB is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181158235-
CMYK0.230.3300.08
HSL257.92º65.81%77.06%-
HSV(B)257.92º32.77%92.16%-
XYZ46.2840.2883.93-
YUV173.66162.62133.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 158 (62.11% from 255) = 27.53%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=31.53%
G=27.53%
B=40.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811582350.230.3300.08257.9265.8177.06
HexB59EEB172108102424d
Octal2652363532741010402102115
Binary101101011001111011101011101111000010100010000001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59EEB; }

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

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

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

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

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

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

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

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