Shades of Biloba Flower #B39FCE
Tints of Biloba Flower #B39FCE
RGB
CMYK
RGB Variations
Color information
#B39FCE (or 0xB39FCE) is known color: Biloba Flower. HEX triplet: B3, 9F and CE. RGB value is (179,159,206). Sum of RGB (Red+Green+Blue) = 179+159+206=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #B39FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FCE is #4C6031. Grayscale: #AAAAAA. Windows color (decimal): -5005362 or 13541299. OLE color: 13541299.
HSL color Cylindrical-coordinate representation of color #B39FCE: hue angle of 265.53º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B39FCE is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 159 | 206 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.19 |
| HSL | 265.53º | 0.32% | 0.72% | - |
| HSV(B) | 265.53º | 0.23% | 0.81% | - |
| XYZ | 42.13 | 38.84 | 63.67 | - |
| YUV | 170.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 206 | 0.13 | 0.23 | 0 | 0.19 | 265.53 | 0.32 | 0.72 |
| Hex | B3 | 9F | CE | D | 17 | 0 | 13 | 10A | 20 | 48 |
| Octal | 263 | 237 | 316 | 15 | 27 | 0 | 23 | 412 | 40 | 110 |
| Binary | 10110011 | 10011111 | 11001110 | 1101 | 10111 | 0 | 10011 | 100001010 | 100000 | 1001000 |
Color Harmonies of #B39FCE
Complementary color
Monochromatic Colors of #B39FCE
Black with #B39FCE
Text Example
Text Example
White with #B39FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39FCE; }
p { color: rgb(179,159,206); }
H1.HeaderClassName
{
color: #B39FCE;
}
.AnyTagClassName
{
color: #B39FCE;
}
</style>
background-color css
<style>
a { background-color: #B39FCE; }
a { background-color: rgb(179,159,206); }
div.DivClassName
{
background-color: #B39FCE;
}
.BgClassName
{
background-color: #B39FCE;
}
</style>
border-color css
<style>
span { border-color: #B39FCE; }
span { border-color: rgb(179,159,206); }
td.TdClassName
{
border-color: #B39FCE;
}
.TagClassName
{
border-color: #B39FCE;
}
</style>