Shades of Biloba Flower #B79DDD
Tints of Biloba Flower #B79DDD
RGB
CMYK
RGB Variations
Color information
#B79DDD (or 0xB79DDD) is known color: Biloba Flower. HEX triplet: B7, 9D and DD. RGB value is (183,157,221). Sum of RGB (Red+Green+Blue) = 183+157+221=561 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.62% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #B79DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79DDD is #486222. Grayscale: #ABABAB. Windows color (decimal): -4743715 or 14523831. OLE color: 14523831.
HSL color Cylindrical-coordinate representation of color #B79DDD: hue angle of 264.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B79DDD is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 157 | 221 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.13 |
| HSL | 264.38º | 0.48% | 0.74% | - |
| HSV(B) | 264.38º | 0.29% | 0.87% | - |
| XYZ | 44.64 | 39.4 | 73.66 | - |
| YUV | 172.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 157 | 221 | 0.17 | 0.29 | 0 | 0.13 | 264.38 | 0.48 | 0.74 |
| Hex | B7 | 9D | DD | 11 | 1D | 0 | D | 108 | 30 | 4A |
| Octal | 267 | 235 | 335 | 21 | 35 | 0 | 15 | 410 | 60 | 112 |
| Binary | 10110111 | 10011101 | 11011101 | 10001 | 11101 | 0 | 1101 | 100001000 | 110000 | 1001010 |
Color Harmonies of #B79DDD
Complementary color
Monochromatic Colors of #B79DDD
Black with #B79DDD
Text Example
Text Example
White with #B79DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79DDD; }
p { color: rgb(183,157,221); }
H1.HeaderClassName
{
color: #B79DDD;
}
.AnyTagClassName
{
color: #B79DDD;
}
</style>
background-color css
<style>
a { background-color: #B79DDD; }
a { background-color: rgb(183,157,221); }
div.DivClassName
{
background-color: #B79DDD;
}
.BgClassName
{
background-color: #B79DDD;
}
</style>
border-color css
<style>
span { border-color: #B79DDD; }
span { border-color: rgb(183,157,221); }
td.TdClassName
{
border-color: #B79DDD;
}
.TagClassName
{
border-color: #B79DDD;
}
</style>