Shades of East Side #B07DC9
Tints of East Side #B07DC9
RGB
CMYK
RGB Variations
Color information
#B07DC9 (or 0xB07DC9) is known color: East Side. HEX triplet: B0, 7D and C9. RGB value is (176,125,201). Sum of RGB (Red+Green+Blue) = 176+125+201=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #B07DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DC9 is #4F8236. Grayscale: #949494. Windows color (decimal): -5210679 or 13204912. OLE color: 13204912.
HSL color Cylindrical-coordinate representation of color #B07DC9: hue angle of 280.26º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B07DC9 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 125 | 201 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.21 |
| HSL | 280.26º | 0.41% | 0.64% | - |
| HSV(B) | 280.26º | 0.38% | 0.79% | - |
| XYZ | 35.78 | 28.11 | 58.8 | - |
| YUV | 148.91 | 157.4 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 201 | 0.12 | 0.38 | 0 | 0.21 | 280.26 | 0.41 | 0.64 |
| Hex | B0 | 7D | C9 | C | 26 | 0 | 15 | 118 | 29 | 40 |
| Octal | 260 | 175 | 311 | 14 | 46 | 0 | 25 | 430 | 51 | 100 |
| Binary | 10110000 | 1111101 | 11001001 | 1100 | 100110 | 0 | 10101 | 100011000 | 101001 | 1000000 |
Color Harmonies of #B07DC9
Complementary color
Monochromatic Colors of #B07DC9
Black with #B07DC9
Text Example
Text Example
White with #B07DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07DC9; }
p { color: rgb(176,125,201); }
H1.HeaderClassName
{
color: #B07DC9;
}
.AnyTagClassName
{
color: #B07DC9;
}
</style>
background-color css
<style>
a { background-color: #B07DC9; }
a { background-color: rgb(176,125,201); }
div.DivClassName
{
background-color: #B07DC9;
}
.BgClassName
{
background-color: #B07DC9;
}
</style>
border-color css
<style>
span { border-color: #B07DC9; }
span { border-color: rgb(176,125,201); }
td.TdClassName
{
border-color: #B07DC9;
}
.TagClassName
{
border-color: #B07DC9;
}
</style>