Shades of East Side #B079C1
Tints of East Side #B079C1
RGB
CMYK
RGB Variations
Color information
#B079C1 (or 0xB079C1) is known color: East Side. HEX triplet: B0, 79 and C1. RGB value is (176,121,193). Sum of RGB (Red+Green+Blue) = 176+121+193=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 193 - color contains mainly: blue. Hex color #B079C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B079C1 is #4F863E. Grayscale: #919191. Windows color (decimal): -5211711 or 12679600. OLE color: 12679600.
HSL color Cylindrical-coordinate representation of color #B079C1: hue angle of 285.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B079C1 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 121 | 193 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.24 |
| HSL | 285.83º | 0.37% | 0.62% | - |
| HSV(B) | 285.83º | 0.37% | 0.76% | - |
| XYZ | 34.37 | 26.76 | 53.8 | - |
| YUV | 145.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 193 | 0.09 | 0.37 | 0 | 0.24 | 285.83 | 0.37 | 0.62 |
| Hex | B0 | 79 | C1 | 9 | 25 | 0 | 18 | 11E | 25 | 3E |
| Octal | 260 | 171 | 301 | 11 | 45 | 0 | 30 | 436 | 45 | 76 |
| Binary | 10110000 | 1111001 | 11000001 | 1001 | 100101 | 0 | 11000 | 100011110 | 100101 | 111110 |
Color Harmonies of #B079C1
Complementary color
Monochromatic Colors of #B079C1
Black with #B079C1
Text Example
Text Example
White with #B079C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B079C1; }
p { color: rgb(176,121,193); }
H1.HeaderClassName
{
color: #B079C1;
}
.AnyTagClassName
{
color: #B079C1;
}
</style>
background-color css
<style>
a { background-color: #B079C1; }
a { background-color: rgb(176,121,193); }
div.DivClassName
{
background-color: #B079C1;
}
.BgClassName
{
background-color: #B079C1;
}
</style>
border-color css
<style>
span { border-color: #B079C1; }
span { border-color: rgb(176,121,193); }
td.TdClassName
{
border-color: #B079C1;
}
.TagClassName
{
border-color: #B079C1;
}
</style>