Shades of Biloba Flower #B39ADD
Tints of Biloba Flower #B39ADD
RGB
CMYK
RGB Variations
Color information
#B39ADD (or 0xB39ADD) is known color: Biloba Flower. HEX triplet: B3, 9A and DD. RGB value is (179,154,221). Sum of RGB (Red+Green+Blue) = 179+154+221=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #B39ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39ADD is #4C6522. Grayscale: #A8A8A8. Windows color (decimal): -5006627 or 14523059. OLE color: 14523059.
HSL color Cylindrical-coordinate representation of color #B39ADD: hue angle of 262.39º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B39ADD is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 154 | 221 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.13 |
| HSL | 262.39º | 0.5% | 0.74% | - |
| HSV(B) | 262.39º | 0.3% | 0.87% | - |
| XYZ | 43.2 | 37.92 | 73.45 | - |
| YUV | 169.11 | 157.28 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 221 | 0.19 | 0.30 | 0 | 0.13 | 262.39 | 0.5 | 0.74 |
| Hex | B3 | 9A | DD | 13 | 1E | 0 | D | 106 | 32 | 4A |
| Octal | 263 | 232 | 335 | 23 | 36 | 0 | 15 | 406 | 62 | 112 |
| Binary | 10110011 | 10011010 | 11011101 | 10011 | 11110 | 0 | 1101 | 100000110 | 110010 | 1001010 |
Color Harmonies of #B39ADD
Complementary color
Monochromatic Colors of #B39ADD
Black with #B39ADD
Text Example
Text Example
White with #B39ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39ADD; }
p { color: rgb(179,154,221); }
H1.HeaderClassName
{
color: #B39ADD;
}
.AnyTagClassName
{
color: #B39ADD;
}
</style>
background-color css
<style>
a { background-color: #B39ADD; }
a { background-color: rgb(179,154,221); }
div.DivClassName
{
background-color: #B39ADD;
}
.BgClassName
{
background-color: #B39ADD;
}
</style>
border-color css
<style>
span { border-color: #B39ADD; }
span { border-color: rgb(179,154,221); }
td.TdClassName
{
border-color: #B39ADD;
}
.TagClassName
{
border-color: #B39ADD;
}
</style>