Shades of East Side #B070C0
Tints of East Side #B070C0
RGB
CMYK
RGB Variations
Color information
#B070C0 (or 0xB070C0) is known color: East Side. HEX triplet: B0, 70 and C0. RGB value is (176,112,192). Sum of RGB (Red+Green+Blue) = 176+112+192=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #B070C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070C0 is #4F8F3F. Grayscale: #8C8C8C. Windows color (decimal): -5214016 or 12611760. OLE color: 12611760.
HSL color Cylindrical-coordinate representation of color #B070C0: hue angle of 288º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B070C0 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 112 | 192 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.25 |
| HSL | 288º | 0.39% | 0.6% | - |
| HSV(B) | 288º | 0.42% | 0.75% | - |
| XYZ | 33.21 | 24.62 | 52.87 | - |
| YUV | 140.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 192 | 0.08 | 0.42 | 0 | 0.25 | 288 | 0.39 | 0.6 |
| Hex | B0 | 70 | C0 | 8 | 2A | 0 | 19 | 120 | 27 | 3C |
| Octal | 260 | 160 | 300 | 10 | 52 | 0 | 31 | 440 | 47 | 74 |
| Binary | 10110000 | 1110000 | 11000000 | 1000 | 101010 | 0 | 11001 | 100100000 | 100111 | 111100 |
Color Harmonies of #B070C0
Complementary color
Monochromatic Colors of #B070C0
Black with #B070C0
Text Example
Text Example
White with #B070C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070C0; }
p { color: rgb(176,112,192); }
H1.HeaderClassName
{
color: #B070C0;
}
.AnyTagClassName
{
color: #B070C0;
}
</style>
background-color css
<style>
a { background-color: #B070C0; }
a { background-color: rgb(176,112,192); }
div.DivClassName
{
background-color: #B070C0;
}
.BgClassName
{
background-color: #B070C0;
}
</style>
border-color css
<style>
span { border-color: #B070C0; }
span { border-color: rgb(176,112,192); }
td.TdClassName
{
border-color: #B070C0;
}
.TagClassName
{
border-color: #B070C0;
}
</style>