Shades of Biloba Flower #B588E6
Tints of Biloba Flower #B588E6
RGB
CMYK
RGB Variations
Color information
#B588E6 (or 0xB588E6) is known color: Biloba Flower. HEX triplet: B5, 88 and E6. RGB value is (181,136,230). Sum of RGB (Red+Green+Blue) = 181+136+230=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #B588E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B588E6 is #4A7719. Grayscale: #9F9F9F. Windows color (decimal): -4880154 or 15108277. OLE color: 15108277.
HSL color Cylindrical-coordinate representation of color #B588E6: hue angle of 268.72º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B588E6 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 136 | 230 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.10 |
| HSL | 268.72º | 0.65% | 0.72% | - |
| HSV(B) | 268.72º | 0.41% | 0.9% | - |
| XYZ | 42.14 | 33.15 | 79.04 | - |
| YUV | 160.17 | 167.41 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 230 | 0.21 | 0.41 | 0 | 0.10 | 268.72 | 0.65 | 0.72 |
| Hex | B5 | 88 | E6 | 15 | 29 | 0 | A | 10D | 41 | 48 |
| Octal | 265 | 210 | 346 | 25 | 51 | 0 | 12 | 415 | 101 | 110 |
| Binary | 10110101 | 10001000 | 11100110 | 10101 | 101001 | 0 | 1010 | 100001101 | 1000001 | 1001000 |
Color Harmonies of #B588E6
Complementary color
Monochromatic Colors of #B588E6
Black with #B588E6
Text Example
Text Example
White with #B588E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B588E6; }
p { color: rgb(181,136,230); }
H1.HeaderClassName
{
color: #B588E6;
}
.AnyTagClassName
{
color: #B588E6;
}
</style>
background-color css
<style>
a { background-color: #B588E6; }
a { background-color: rgb(181,136,230); }
div.DivClassName
{
background-color: #B588E6;
}
.BgClassName
{
background-color: #B588E6;
}
</style>
border-color css
<style>
span { border-color: #B588E6; }
span { border-color: rgb(181,136,230); }
td.TdClassName
{
border-color: #B588E6;
}
.TagClassName
{
border-color: #B588E6;
}
</style>