Shades of Biloba Flower #B389DC
Tints of Biloba Flower #B389DC
RGB
CMYK
RGB Variations
Color information
#B389DC (or 0xB389DC) is known color: Biloba Flower. HEX triplet: B3, 89 and DC. RGB value is (179,137,220). Sum of RGB (Red+Green+Blue) = 179+137+220=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #B389DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389DC is #4C7623. Grayscale: #9E9E9E. Windows color (decimal): -5010980 or 14453171. OLE color: 14453171.
HSL color Cylindrical-coordinate representation of color #B389DC: hue angle of 270.36º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B389DC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 137 | 220 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.14 |
| HSL | 270.36º | 0.54% | 0.7% | - |
| HSV(B) | 270.36º | 0.38% | 0.86% | - |
| XYZ | 40.45 | 32.64 | 71.88 | - |
| YUV | 159.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 220 | 0.19 | 0.38 | 0 | 0.14 | 270.36 | 0.54 | 0.7 |
| Hex | B3 | 89 | DC | 13 | 26 | 0 | E | 10E | 36 | 46 |
| Octal | 263 | 211 | 334 | 23 | 46 | 0 | 16 | 416 | 66 | 106 |
| Binary | 10110011 | 10001001 | 11011100 | 10011 | 100110 | 0 | 1110 | 100001110 | 110110 | 1000110 |
Color Harmonies of #B389DC
Complementary color
Monochromatic Colors of #B389DC
Black with #B389DC
Text Example
Text Example
White with #B389DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B389DC; }
p { color: rgb(179,137,220); }
H1.HeaderClassName
{
color: #B389DC;
}
.AnyTagClassName
{
color: #B389DC;
}
</style>
background-color css
<style>
a { background-color: #B389DC; }
a { background-color: rgb(179,137,220); }
div.DivClassName
{
background-color: #B389DC;
}
.BgClassName
{
background-color: #B389DC;
}
</style>
border-color css
<style>
span { border-color: #B389DC; }
span { border-color: rgb(179,137,220); }
td.TdClassName
{
border-color: #B389DC;
}
.TagClassName
{
border-color: #B389DC;
}
</style>