Shades of East Side #B079C2
Tints of East Side #B079C2
RGB
CMYK
RGB Variations
Color information
#B079C2 (or 0xB079C2) is known color: East Side. HEX triplet: B0, 79 and C2. RGB value is (176,121,194). Sum of RGB (Red+Green+Blue) = 176+121+194=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #B079C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079C2 is #4F863D. Grayscale: #919191. Windows color (decimal): -5211710 or 12745136. OLE color: 12745136.
HSL color Cylindrical-coordinate representation of color #B079C2: hue angle of 285.21º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B079C2 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 121 | 194 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.24 |
| HSL | 285.21º | 0.37% | 0.62% | - |
| HSV(B) | 285.21º | 0.38% | 0.76% | - |
| XYZ | 34.48 | 26.8 | 54.39 | - |
| YUV | 145.77 | 155.22 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 194 | 0.09 | 0.38 | 0 | 0.24 | 285.21 | 0.37 | 0.62 |
| Hex | B0 | 79 | C2 | 9 | 26 | 0 | 18 | 11D | 25 | 3E |
| Octal | 260 | 171 | 302 | 11 | 46 | 0 | 30 | 435 | 45 | 76 |
| Binary | 10110000 | 1111001 | 11000010 | 1001 | 100110 | 0 | 11000 | 100011101 | 100101 | 111110 |
Color Harmonies of #B079C2
Complementary color
Monochromatic Colors of #B079C2
Black with #B079C2
Text Example
Text Example
White with #B079C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B079C2; }
p { color: rgb(176,121,194); }
H1.HeaderClassName
{
color: #B079C2;
}
.AnyTagClassName
{
color: #B079C2;
}
</style>
background-color css
<style>
a { background-color: #B079C2; }
a { background-color: rgb(176,121,194); }
div.DivClassName
{
background-color: #B079C2;
}
.BgClassName
{
background-color: #B079C2;
}
</style>
border-color css
<style>
span { border-color: #B079C2; }
span { border-color: rgb(176,121,194); }
td.TdClassName
{
border-color: #B079C2;
}
.TagClassName
{
border-color: #B079C2;
}
</style>