Shades of Biloba Flower #B588EE
Tints of Biloba Flower #B588EE
RGB
CMYK
RGB Variations
Color information
#B588EE (or 0xB588EE) is known color: Biloba Flower. HEX triplet: B5, 88 and EE. RGB value is (181,136,238). Sum of RGB (Red+Green+Blue) = 181+136+238=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #B588EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B588EE is #4A7711. Grayscale: #A0A0A0. Windows color (decimal): -4880146 or 15632565. OLE color: 15632565.
HSL color Cylindrical-coordinate representation of color #B588EE: hue angle of 266.47º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B588EE is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 136 | 238 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.07 |
| HSL | 266.47º | 0.75% | 0.73% | - |
| HSV(B) | 266.47º | 0.43% | 0.93% | - |
| XYZ | 43.29 | 33.61 | 85.09 | - |
| YUV | 161.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 136 | 238 | 0.24 | 0.43 | 0 | 0.07 | 266.47 | 0.75 | 0.73 |
| Hex | B5 | 88 | EE | 18 | 2B | 0 | 7 | 10A | 4B | 49 |
| Octal | 265 | 210 | 356 | 30 | 53 | 0 | 7 | 412 | 113 | 111 |
| Binary | 10110101 | 10001000 | 11101110 | 11000 | 101011 | 0 | 111 | 100001010 | 1001011 | 1001001 |
Color Harmonies of #B588EE
Complementary color
Monochromatic Colors of #B588EE
Black with #B588EE
Text Example
Text Example
White with #B588EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B588EE; }
p { color: rgb(181,136,238); }
H1.HeaderClassName
{
color: #B588EE;
}
.AnyTagClassName
{
color: #B588EE;
}
</style>
background-color css
<style>
a { background-color: #B588EE; }
a { background-color: rgb(181,136,238); }
div.DivClassName
{
background-color: #B588EE;
}
.BgClassName
{
background-color: #B588EE;
}
</style>
border-color css
<style>
span { border-color: #B588EE; }
span { border-color: rgb(181,136,238); }
td.TdClassName
{
border-color: #B588EE;
}
.TagClassName
{
border-color: #B588EE;
}
</style>