Shades of Biloba Flower #B589ED
Tints of Biloba Flower #B589ED
RGB
CMYK
RGB Variations
Color information
#B589ED (or 0xB589ED) is known color: Biloba Flower. HEX triplet: B5, 89 and ED. RGB value is (181,137,237). Sum of RGB (Red+Green+Blue) = 181+137+237=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #B589ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B589ED is #4A7612. Grayscale: #A1A1A1. Windows color (decimal): -4879891 or 15567285. OLE color: 15567285.
HSL color Cylindrical-coordinate representation of color #B589ED: hue angle of 266.4º degrees, saturation: 0.74, 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 #B589ED is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 137 | 237 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.07 |
| HSL | 266.4º | 0.74% | 0.73% | - |
| HSV(B) | 266.4º | 0.42% | 0.93% | - |
| XYZ | 43.29 | 33.83 | 84.37 | - |
| YUV | 161.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 237 | 0.24 | 0.42 | 0 | 0.07 | 266.4 | 0.74 | 0.73 |
| Hex | B5 | 89 | ED | 18 | 2A | 0 | 7 | 10A | 4A | 49 |
| Octal | 265 | 211 | 355 | 30 | 52 | 0 | 7 | 412 | 112 | 111 |
| Binary | 10110101 | 10001001 | 11101101 | 11000 | 101010 | 0 | 111 | 100001010 | 1001010 | 1001001 |
Color Harmonies of #B589ED
Complementary color
Monochromatic Colors of #B589ED
Black with #B589ED
Text Example
Text Example
White with #B589ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B589ED; }
p { color: rgb(181,137,237); }
H1.HeaderClassName
{
color: #B589ED;
}
.AnyTagClassName
{
color: #B589ED;
}
</style>
background-color css
<style>
a { background-color: #B589ED; }
a { background-color: rgb(181,137,237); }
div.DivClassName
{
background-color: #B589ED;
}
.BgClassName
{
background-color: #B589ED;
}
</style>
border-color css
<style>
span { border-color: #B589ED; }
span { border-color: rgb(181,137,237); }
td.TdClassName
{
border-color: #B589ED;
}
.TagClassName
{
border-color: #B589ED;
}
</style>