Shades of East Side #B07DB9
Tints of East Side #B07DB9
RGB
CMYK
RGB Variations
Color information
#B07DB9 (or 0xB07DB9) is known color: East Side. HEX triplet: B0, 7D and B9. RGB value is (176,125,185). Sum of RGB (Red+Green+Blue) = 176+125+185=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #B07DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DB9 is #4F8246. Grayscale: #929292. Windows color (decimal): -5210695 or 12156336. OLE color: 12156336.
HSL color Cylindrical-coordinate representation of color #B07DB9: hue angle of 291º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07DB9 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 125 | 185 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.27 |
| HSL | 291º | 0.3% | 0.61% | - |
| HSV(B) | 291º | 0.32% | 0.73% | - |
| XYZ | 34 | 27.4 | 49.4 | - |
| YUV | 147.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 185 | 0.05 | 0.32 | 0 | 0.27 | 291 | 0.3 | 0.61 |
| Hex | B0 | 7D | B9 | 5 | 20 | 0 | 1B | 123 | 1E | 3D |
| Octal | 260 | 175 | 271 | 5 | 40 | 0 | 33 | 443 | 36 | 75 |
| Binary | 10110000 | 1111101 | 10111001 | 101 | 100000 | 0 | 11011 | 100100011 | 11110 | 111101 |
Color Harmonies of #B07DB9
Complementary color
Monochromatic Colors of #B07DB9
Black with #B07DB9
Text Example
Text Example
White with #B07DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07DB9; }
p { color: rgb(176,125,185); }
H1.HeaderClassName
{
color: #B07DB9;
}
.AnyTagClassName
{
color: #B07DB9;
}
</style>
background-color css
<style>
a { background-color: #B07DB9; }
a { background-color: rgb(176,125,185); }
div.DivClassName
{
background-color: #B07DB9;
}
.BgClassName
{
background-color: #B07DB9;
}
</style>
border-color css
<style>
span { border-color: #B07DB9; }
span { border-color: rgb(176,125,185); }
td.TdClassName
{
border-color: #B07DB9;
}
.TagClassName
{
border-color: #B07DB9;
}
</style>