Shades of Biloba Flower #B39CC7
Tints of Biloba Flower #B39CC7
RGB
CMYK
RGB Variations
Color information
#B39CC7 (or 0xB39CC7) is known color: Biloba Flower. HEX triplet: B3, 9C and C7. RGB value is (179,156,199). Sum of RGB (Red+Green+Blue) = 179+156+199=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 199 - color contains mainly: blue. Hex color #B39CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39CC7 is #4C6338. Grayscale: #A7A7A7. Windows color (decimal): -5006137 or 13081779. OLE color: 13081779.
HSL color Cylindrical-coordinate representation of color #B39CC7: hue angle of 272.09º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B39CC7 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 156 | 199 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.22 |
| HSL | 272.09º | 0.28% | 0.7% | - |
| HSV(B) | 272.09º | 0.22% | 0.78% | - |
| XYZ | 40.79 | 37.48 | 59.12 | - |
| YUV | 167.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 156 | 199 | 0.10 | 0.22 | 0 | 0.22 | 272.09 | 0.28 | 0.7 |
| Hex | B3 | 9C | C7 | A | 16 | 0 | 16 | 110 | 1C | 46 |
| Octal | 263 | 234 | 307 | 12 | 26 | 0 | 26 | 420 | 34 | 106 |
| Binary | 10110011 | 10011100 | 11000111 | 1010 | 10110 | 0 | 10110 | 100010000 | 11100 | 1000110 |
Color Harmonies of #B39CC7
Complementary color
Monochromatic Colors of #B39CC7
Black with #B39CC7
Text Example
Text Example
White with #B39CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39CC7; }
p { color: rgb(179,156,199); }
H1.HeaderClassName
{
color: #B39CC7;
}
.AnyTagClassName
{
color: #B39CC7;
}
</style>
background-color css
<style>
a { background-color: #B39CC7; }
a { background-color: rgb(179,156,199); }
div.DivClassName
{
background-color: #B39CC7;
}
.BgClassName
{
background-color: #B39CC7;
}
</style>
border-color css
<style>
span { border-color: #B39CC7; }
span { border-color: rgb(179,156,199); }
td.TdClassName
{
border-color: #B39CC7;
}
.TagClassName
{
border-color: #B39CC7;
}
</style>