Shades of East Side #B073C0
Tints of East Side #B073C0
RGB
CMYK
RGB Variations
Color information
#B073C0 (or 0xB073C0) is known color: East Side. HEX triplet: B0, 73 and C0. RGB value is (176,115,192). Sum of RGB (Red+Green+Blue) = 176+115+192=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #B073C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B073C0 is #4F8C3F. Grayscale: #8D8D8D. Windows color (decimal): -5213248 or 12612528. OLE color: 12612528.
HSL color Cylindrical-coordinate representation of color #B073C0: hue angle of 287.53º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B073C0 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 115 | 192 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.25 |
| HSL | 287.53º | 0.38% | 0.6% | - |
| HSV(B) | 287.53º | 0.4% | 0.75% | - |
| XYZ | 33.55 | 25.3 | 52.98 | - |
| YUV | 142.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 192 | 0.08 | 0.40 | 0 | 0.25 | 287.53 | 0.38 | 0.6 |
| Hex | B0 | 73 | C0 | 8 | 28 | 0 | 19 | 120 | 26 | 3C |
| Octal | 260 | 163 | 300 | 10 | 50 | 0 | 31 | 440 | 46 | 74 |
| Binary | 10110000 | 1110011 | 11000000 | 1000 | 101000 | 0 | 11001 | 100100000 | 100110 | 111100 |
Color Harmonies of #B073C0
Complementary color
Monochromatic Colors of #B073C0
Black with #B073C0
Text Example
Text Example
White with #B073C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B073C0; }
p { color: rgb(176,115,192); }
H1.HeaderClassName
{
color: #B073C0;
}
.AnyTagClassName
{
color: #B073C0;
}
</style>
background-color css
<style>
a { background-color: #B073C0; }
a { background-color: rgb(176,115,192); }
div.DivClassName
{
background-color: #B073C0;
}
.BgClassName
{
background-color: #B073C0;
}
</style>
border-color css
<style>
span { border-color: #B073C0; }
span { border-color: rgb(176,115,192); }
td.TdClassName
{
border-color: #B073C0;
}
.TagClassName
{
border-color: #B073C0;
}
</style>