Shades of Biloba Flower #B39CDF
Tints of Biloba Flower #B39CDF
RGB
CMYK
RGB Variations
Color information
#B39CDF (or 0xB39CDF) is known color: Biloba Flower. HEX triplet: B3, 9C and DF. RGB value is (179,156,223). Sum of RGB (Red+Green+Blue) = 179+156+223=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #B39CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39CDF is #4C6320. Grayscale: #AAAAAA. Windows color (decimal): -5006113 or 14654643. OLE color: 14654643.
HSL color Cylindrical-coordinate representation of color #B39CDF: hue angle of 260.6º degrees, saturation: 0.51, 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 #B39CDF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 156 | 223 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.13 |
| HSL | 260.6º | 0.51% | 0.74% | - |
| HSV(B) | 260.6º | 0.3% | 0.87% | - |
| XYZ | 43.8 | 38.69 | 74.97 | - |
| YUV | 170.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 223 | 0.20 | 0.30 | 0 | 0.13 | 260.6 | 0.51 | 0.74 |
| Hex | B3 | 9C | DF | 14 | 1E | 0 | D | 105 | 33 | 4A |
| Octal | 263 | 234 | 337 | 24 | 36 | 0 | 15 | 405 | 63 | 112 |
| Binary | 10110011 | 10011100 | 11011111 | 10100 | 11110 | 0 | 1101 | 100000101 | 110011 | 1001010 |
Color Harmonies of #B39CDF
Complementary color
Monochromatic Colors of #B39CDF
Black with #B39CDF
Text Example
Text Example
White with #B39CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39CDF; }
p { color: rgb(179,156,223); }
H1.HeaderClassName
{
color: #B39CDF;
}
.AnyTagClassName
{
color: #B39CDF;
}
</style>
background-color css
<style>
a { background-color: #B39CDF; }
a { background-color: rgb(179,156,223); }
div.DivClassName
{
background-color: #B39CDF;
}
.BgClassName
{
background-color: #B39CDF;
}
</style>
border-color css
<style>
span { border-color: #B39CDF; }
span { border-color: rgb(179,156,223); }
td.TdClassName
{
border-color: #B39CDF;
}
.TagClassName
{
border-color: #B39CDF;
}
</style>