Shades of East Side #B070C2
Tints of East Side #B070C2
RGB
CMYK
RGB Variations
Color information
#B070C2 (or 0xB070C2) is known color: East Side. HEX triplet: B0, 70 and C2. RGB value is (176,112,194). Sum of RGB (Red+Green+Blue) = 176+112+194=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #B070C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B070C2 is #4F8F3D. Grayscale: #8C8C8C. Windows color (decimal): -5214014 or 12742832. OLE color: 12742832.
HSL color Cylindrical-coordinate representation of color #B070C2: hue angle of 286.83º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B070C2 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 112 | 194 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.24 |
| HSL | 286.83º | 0.4% | 0.6% | - |
| HSV(B) | 286.83º | 0.42% | 0.76% | - |
| XYZ | 33.44 | 24.71 | 54.05 | - |
| YUV | 140.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 112 | 194 | 0.09 | 0.42 | 0 | 0.24 | 286.83 | 0.4 | 0.6 |
| Hex | B0 | 70 | C2 | 9 | 2A | 0 | 18 | 11F | 28 | 3C |
| Octal | 260 | 160 | 302 | 11 | 52 | 0 | 30 | 437 | 50 | 74 |
| Binary | 10110000 | 1110000 | 11000010 | 1001 | 101010 | 0 | 11000 | 100011111 | 101000 | 111100 |
Color Harmonies of #B070C2
Complementary color
Monochromatic Colors of #B070C2
Black with #B070C2
Text Example
Text Example
White with #B070C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B070C2; }
p { color: rgb(176,112,194); }
H1.HeaderClassName
{
color: #B070C2;
}
.AnyTagClassName
{
color: #B070C2;
}
</style>
background-color css
<style>
a { background-color: #B070C2; }
a { background-color: rgb(176,112,194); }
div.DivClassName
{
background-color: #B070C2;
}
.BgClassName
{
background-color: #B070C2;
}
</style>
border-color css
<style>
span { border-color: #B070C2; }
span { border-color: rgb(176,112,194); }
td.TdClassName
{
border-color: #B070C2;
}
.TagClassName
{
border-color: #B070C2;
}
</style>