Shades of Biloba Flower #B59CEE
Tints of Biloba Flower #B59CEE
RGB
CMYK
RGB Variations
Color information
#B59CEE (or 0xB59CEE) is known color: Biloba Flower. HEX triplet: B5, 9C and EE. RGB value is (181,156,238). Sum of RGB (Red+Green+Blue) = 181+156+238=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #B59CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59CEE is #4A6311. Grayscale: #ACACAC. Windows color (decimal): -4875026 or 15637685. OLE color: 15637685.
HSL color Cylindrical-coordinate representation of color #B59CEE: hue angle of 258.29º degrees, saturation: 0.71, 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 #B59CEE is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 156 | 238 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.07 |
| HSL | 258.29º | 0.71% | 0.77% | - |
| HSV(B) | 258.29º | 0.34% | 0.93% | - |
| XYZ | 46.38 | 39.77 | 86.12 | - |
| YUV | 172.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 238 | 0.24 | 0.34 | 0 | 0.07 | 258.29 | 0.71 | 0.77 |
| Hex | B5 | 9C | EE | 18 | 22 | 0 | 7 | 102 | 47 | 4D |
| Octal | 265 | 234 | 356 | 30 | 42 | 0 | 7 | 402 | 107 | 115 |
| Binary | 10110101 | 10011100 | 11101110 | 11000 | 100010 | 0 | 111 | 100000010 | 1000111 | 1001101 |
Color Harmonies of #B59CEE
Complementary color
Monochromatic Colors of #B59CEE
Black with #B59CEE
Text Example
Text Example
White with #B59CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59CEE; }
p { color: rgb(181,156,238); }
H1.HeaderClassName
{
color: #B59CEE;
}
.AnyTagClassName
{
color: #B59CEE;
}
</style>
background-color css
<style>
a { background-color: #B59CEE; }
a { background-color: rgb(181,156,238); }
div.DivClassName
{
background-color: #B59CEE;
}
.BgClassName
{
background-color: #B59CEE;
}
</style>
border-color css
<style>
span { border-color: #B59CEE; }
span { border-color: rgb(181,156,238); }
td.TdClassName
{
border-color: #B59CEE;
}
.TagClassName
{
border-color: #B59CEE;
}
</style>