Shades of Biloba Flower #B79BCD
Tints of Biloba Flower #B79BCD
RGB
CMYK
RGB Variations
Color information
#B79BCD (or 0xB79BCD) is known color: Biloba Flower. HEX triplet: B7, 9B and CD. RGB value is (183,155,205). Sum of RGB (Red+Green+Blue) = 183+155+205=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #B79BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BCD is #486432. Grayscale: #A8A8A8. Windows color (decimal): -4744243 or 13474743. OLE color: 13474743.
HSL color Cylindrical-coordinate representation of color #B79BCD: hue angle of 273.6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B79BCD is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 155 | 205 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.20 |
| HSL | 273.6º | 0.33% | 0.71% | - |
| HSV(B) | 273.6º | 0.24% | 0.8% | - |
| XYZ | 42.27 | 37.92 | 62.85 | - |
| YUV | 169.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 205 | 0.11 | 0.24 | 0 | 0.20 | 273.6 | 0.33 | 0.71 |
| Hex | B7 | 9B | CD | B | 18 | 0 | 14 | 112 | 21 | 47 |
| Octal | 267 | 233 | 315 | 13 | 30 | 0 | 24 | 422 | 41 | 107 |
| Binary | 10110111 | 10011011 | 11001101 | 1011 | 11000 | 0 | 10100 | 100010010 | 100001 | 1000111 |
Color Harmonies of #B79BCD
Complementary color
Monochromatic Colors of #B79BCD
Black with #B79BCD
Text Example
Text Example
White with #B79BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79BCD; }
p { color: rgb(183,155,205); }
H1.HeaderClassName
{
color: #B79BCD;
}
.AnyTagClassName
{
color: #B79BCD;
}
</style>
background-color css
<style>
a { background-color: #B79BCD; }
a { background-color: rgb(183,155,205); }
div.DivClassName
{
background-color: #B79BCD;
}
.BgClassName
{
background-color: #B79BCD;
}
</style>
border-color css
<style>
span { border-color: #B79BCD; }
span { border-color: rgb(183,155,205); }
td.TdClassName
{
border-color: #B79BCD;
}
.TagClassName
{
border-color: #B79BCD;
}
</style>