Shades of East Side #B07DB5
Tints of East Side #B07DB5
RGB
CMYK
RGB Variations
Color information
#B07DB5 (or 0xB07DB5) is known color: East Side. HEX triplet: B0, 7D and B5. RGB value is (176,125,181). Sum of RGB (Red+Green+Blue) = 176+125+181=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #B07DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07DB5 is #4F824A. Grayscale: #929292. Windows color (decimal): -5210699 or 11894192. OLE color: 11894192.
HSL color Cylindrical-coordinate representation of color #B07DB5: hue angle of 294.64º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B07DB5 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 125 | 181 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.29 |
| HSL | 294.64º | 0.27% | 0.6% | - |
| HSV(B) | 294.64º | 0.31% | 0.71% | - |
| XYZ | 33.58 | 27.23 | 47.2 | - |
| YUV | 146.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 181 | 0.03 | 0.31 | 0 | 0.29 | 294.64 | 0.27 | 0.6 |
| Hex | B0 | 7D | B5 | 3 | 1F | 0 | 1D | 127 | 1B | 3C |
| Octal | 260 | 175 | 265 | 3 | 37 | 0 | 35 | 447 | 33 | 74 |
| Binary | 10110000 | 1111101 | 10110101 | 11 | 11111 | 0 | 11101 | 100100111 | 11011 | 111100 |
Color Harmonies of #B07DB5
Complementary color
Monochromatic Colors of #B07DB5
Black with #B07DB5
Text Example
Text Example
White with #B07DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07DB5; }
p { color: rgb(176,125,181); }
H1.HeaderClassName
{
color: #B07DB5;
}
.AnyTagClassName
{
color: #B07DB5;
}
</style>
background-color css
<style>
a { background-color: #B07DB5; }
a { background-color: rgb(176,125,181); }
div.DivClassName
{
background-color: #B07DB5;
}
.BgClassName
{
background-color: #B07DB5;
}
</style>
border-color css
<style>
span { border-color: #B07DB5; }
span { border-color: rgb(176,125,181); }
td.TdClassName
{
border-color: #B07DB5;
}
.TagClassName
{
border-color: #B07DB5;
}
</style>