Shades of Biloba Flower #B389DB
Tints of Biloba Flower #B389DB
RGB
CMYK
RGB Variations
Color information
#B389DB (or 0xB389DB) is known color: Biloba Flower. HEX triplet: B3, 89 and DB. RGB value is (179,137,219). Sum of RGB (Red+Green+Blue) = 179+137+219=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #B389DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389DB is #4C7624. Grayscale: #9E9E9E. Windows color (decimal): -5010981 or 14387635. OLE color: 14387635.
HSL color Cylindrical-coordinate representation of color #B389DB: hue angle of 270.73º 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 #B389DB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 137 | 219 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.14 |
| HSL | 270.73º | 0.53% | 0.7% | - |
| HSV(B) | 270.73º | 0.37% | 0.86% | - |
| XYZ | 40.32 | 32.59 | 71.18 | - |
| YUV | 158.91 | 161.91 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 219 | 0.18 | 0.37 | 0 | 0.14 | 270.73 | 0.53 | 0.7 |
| Hex | B3 | 89 | DB | 12 | 25 | 0 | E | 10F | 35 | 46 |
| Octal | 263 | 211 | 333 | 22 | 45 | 0 | 16 | 417 | 65 | 106 |
| Binary | 10110011 | 10001001 | 11011011 | 10010 | 100101 | 0 | 1110 | 100001111 | 110101 | 1000110 |
Color Harmonies of #B389DB
Complementary color
Monochromatic Colors of #B389DB
Black with #B389DB
Text Example
Text Example
White with #B389DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389DB; }
p { color: rgb(179,137,219); }
H1.HeaderClassName
{
color: #B389DB;
}
.AnyTagClassName
{
color: #B389DB;
}
</style>
background-color css
<style>
a { background-color: #B389DB; }
a { background-color: rgb(179,137,219); }
div.DivClassName
{
background-color: #B389DB;
}
.BgClassName
{
background-color: #B389DB;
}
</style>
border-color css
<style>
span { border-color: #B389DB; }
span { border-color: rgb(179,137,219); }
td.TdClassName
{
border-color: #B389DB;
}
.TagClassName
{
border-color: #B389DB;
}
</style>