Shades of Biloba Flower #B589EC
Tints of Biloba Flower #B589EC
RGB
CMYK
RGB Variations
Color information
#B589EC (or 0xB589EC) is known color: Biloba Flower. HEX triplet: B5, 89 and EC. RGB value is (181,137,236). Sum of RGB (Red+Green+Blue) = 181+137+236=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #B589EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B589EC is #4A7613. Grayscale: #A1A1A1. Windows color (decimal): -4879892 or 15501749. OLE color: 15501749.
HSL color Cylindrical-coordinate representation of color #B589EC: hue angle of 266.67º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B589EC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 137 | 236 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.07 |
| HSL | 266.67º | 0.72% | 0.73% | - |
| HSV(B) | 266.67º | 0.42% | 0.93% | - |
| XYZ | 43.14 | 33.77 | 83.6 | - |
| YUV | 161.44 | 170.08 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 236 | 0.23 | 0.42 | 0 | 0.07 | 266.67 | 0.72 | 0.73 |
| Hex | B5 | 89 | EC | 17 | 2A | 0 | 7 | 10B | 48 | 49 |
| Octal | 265 | 211 | 354 | 27 | 52 | 0 | 7 | 413 | 110 | 111 |
| Binary | 10110101 | 10001001 | 11101100 | 10111 | 101010 | 0 | 111 | 100001011 | 1001000 | 1001001 |
Color Harmonies of #B589EC
Complementary color
Monochromatic Colors of #B589EC
Black with #B589EC
Text Example
Text Example
White with #B589EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B589EC; }
p { color: rgb(181,137,236); }
H1.HeaderClassName
{
color: #B589EC;
}
.AnyTagClassName
{
color: #B589EC;
}
</style>
background-color css
<style>
a { background-color: #B589EC; }
a { background-color: rgb(181,137,236); }
div.DivClassName
{
background-color: #B589EC;
}
.BgClassName
{
background-color: #B589EC;
}
</style>
border-color css
<style>
span { border-color: #B589EC; }
span { border-color: rgb(181,137,236); }
td.TdClassName
{
border-color: #B589EC;
}
.TagClassName
{
border-color: #B589EC;
}
</style>