Shades of East Side #B07BB9
Tints of East Side #B07BB9
RGB
CMYK
RGB Variations
Color information
#B07BB9 (or 0xB07BB9) is known color: East Side. HEX triplet: B0, 7B and B9. RGB value is (176,123,185). Sum of RGB (Red+Green+Blue) = 176+123+185=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #B07BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BB9 is #4F8446. Grayscale: #919191. Windows color (decimal): -5211207 or 12155824. OLE color: 12155824.
HSL color Cylindrical-coordinate representation of color #B07BB9: hue angle of 291.29º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07BB9 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 123 | 185 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.27 |
| HSL | 291.29º | 0.31% | 0.6% | - |
| HSV(B) | 291.29º | 0.34% | 0.73% | - |
| XYZ | 33.74 | 26.9 | 49.31 | - |
| YUV | 145.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 185 | 0.05 | 0.34 | 0 | 0.27 | 291.29 | 0.31 | 0.6 |
| Hex | B0 | 7B | B9 | 5 | 22 | 0 | 1B | 123 | 1F | 3C |
| Octal | 260 | 173 | 271 | 5 | 42 | 0 | 33 | 443 | 37 | 74 |
| Binary | 10110000 | 1111011 | 10111001 | 101 | 100010 | 0 | 11011 | 100100011 | 11111 | 111100 |
Color Harmonies of #B07BB9
Complementary color
Monochromatic Colors of #B07BB9
Black with #B07BB9
Text Example
Text Example
White with #B07BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BB9; }
p { color: rgb(176,123,185); }
H1.HeaderClassName
{
color: #B07BB9;
}
.AnyTagClassName
{
color: #B07BB9;
}
</style>
background-color css
<style>
a { background-color: #B07BB9; }
a { background-color: rgb(176,123,185); }
div.DivClassName
{
background-color: #B07BB9;
}
.BgClassName
{
background-color: #B07BB9;
}
</style>
border-color css
<style>
span { border-color: #B07BB9; }
span { border-color: rgb(176,123,185); }
td.TdClassName
{
border-color: #B07BB9;
}
.TagClassName
{
border-color: #B07BB9;
}
</style>