Shades of Biloba Flower #B79DCC
Tints of Biloba Flower #B79DCC
RGB
CMYK
RGB Variations
Color information
#B79DCC (or 0xB79DCC) is known color: Biloba Flower. HEX triplet: B7, 9D and CC. RGB value is (183,157,204). Sum of RGB (Red+Green+Blue) = 183+157+204=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #B79DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DCC is #486233. Grayscale: #A9A9A9. Windows color (decimal): -4743732 or 13409719. OLE color: 13409719.
HSL color Cylindrical-coordinate representation of color #B79DCC: hue angle of 273.19º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B79DCC is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 157 | 204 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.2 |
| HSL | 273.19º | 0.32% | 0.71% | - |
| HSV(B) | 273.19º | 0.23% | 0.8% | - |
| XYZ | 42.48 | 38.54 | 62.33 | - |
| YUV | 170.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 204 | 0.10 | 0.23 | 0 | 0.2 | 273.19 | 0.32 | 0.71 |
| Hex | B7 | 9D | CC | A | 17 | 0 | 14 | 111 | 20 | 47 |
| Octal | 267 | 235 | 314 | 12 | 27 | 0 | 24 | 421 | 40 | 107 |
| Binary | 10110111 | 10011101 | 11001100 | 1010 | 10111 | 0 | 10100 | 100010001 | 100000 | 1000111 |
Color Harmonies of #B79DCC
Complementary color
Monochromatic Colors of #B79DCC
Black with #B79DCC
Text Example
Text Example
White with #B79DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79DCC; }
p { color: rgb(183,157,204); }
H1.HeaderClassName
{
color: #B79DCC;
}
.AnyTagClassName
{
color: #B79DCC;
}
</style>
background-color css
<style>
a { background-color: #B79DCC; }
a { background-color: rgb(183,157,204); }
div.DivClassName
{
background-color: #B79DCC;
}
.BgClassName
{
background-color: #B79DCC;
}
</style>
border-color css
<style>
span { border-color: #B79DCC; }
span { border-color: rgb(183,157,204); }
td.TdClassName
{
border-color: #B79DCC;
}
.TagClassName
{
border-color: #B79DCC;
}
</style>