#B59DEB

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

Shades of Biloba Flower #B59DEB

Tints of Biloba Flower #B59DEB

Color information

#B59DEB (or 0xB59DEB) is unknown color: approx Biloba Flower. HEX triplet: B5, 9D and EB. RGB value is (181,157,235). Sum of RGB (Red+Green+Blue) = 181+157+235=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #B59DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59DEB is #4A6214. Grayscale: #ACACAC. Windows color (decimal): -4874773 or 15441333. OLE color: 15441333.

HSL color Cylindrical-coordinate representation of color #B59DEB: hue angle of 258.46º 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 #B59DEB is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181157235-
CMYK0.230.3300.08
HSL258.46º66.1%76.86%-
HSV(B)258.46º33.19%92.16%-
XYZ46.1139.9483.88-
YUV173.07162.95133.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 235 (92.19% from 255) = 41.01%
R=31.59%
G=27.40%
B=41.01%

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
Decimal1811572350.230.3300.08258.4666.176.86
HexB59DEB172108102424d
Octal2652353532741010402102115
Binary101101011001110111101011101111000010100010000001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DEB; }

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

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

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

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

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

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

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

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