Shades of Biloba Flower #B589DB
Tints of Biloba Flower #B589DB
RGB
CMYK
RGB Variations
Color information
#B589DB (or 0xB589DB) is known color: Biloba Flower. HEX triplet: B5, 89 and DB. RGB value is (181,137,219). Sum of RGB (Red+Green+Blue) = 181+137+219=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #B589DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B589DB is #4A7624. Grayscale: #9F9F9F. Windows color (decimal): -4879909 or 14387637. OLE color: 14387637.
HSL color Cylindrical-coordinate representation of color #B589DB: hue angle of 272.2º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B589DB is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 137 | 219 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.14 |
| HSL | 272.2º | 0.53% | 0.7% | - |
| HSV(B) | 272.2º | 0.37% | 0.86% | - |
| XYZ | 40.79 | 32.83 | 71.2 | - |
| YUV | 159.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 137 | 219 | 0.17 | 0.37 | 0 | 0.14 | 272.2 | 0.53 | 0.7 |
| Hex | B5 | 89 | DB | 11 | 25 | 0 | E | 110 | 35 | 46 |
| Octal | 265 | 211 | 333 | 21 | 45 | 0 | 16 | 420 | 65 | 106 |
| Binary | 10110101 | 10001001 | 11011011 | 10001 | 100101 | 0 | 1110 | 100010000 | 110101 | 1000110 |
Color Harmonies of #B589DB
Complementary color
Monochromatic Colors of #B589DB
Black with #B589DB
Text Example
Text Example
White with #B589DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B589DB; }
p { color: rgb(181,137,219); }
H1.HeaderClassName
{
color: #B589DB;
}
.AnyTagClassName
{
color: #B589DB;
}
</style>
background-color css
<style>
a { background-color: #B589DB; }
a { background-color: rgb(181,137,219); }
div.DivClassName
{
background-color: #B589DB;
}
.BgClassName
{
background-color: #B589DB;
}
</style>
border-color css
<style>
span { border-color: #B589DB; }
span { border-color: rgb(181,137,219); }
td.TdClassName
{
border-color: #B589DB;
}
.TagClassName
{
border-color: #B589DB;
}
</style>