Shades of East Side #B279C0
Tints of East Side #B279C0
RGB
CMYK
RGB Variations
Color information
#B279C0 (or 0xB279C0) is known color: East Side. HEX triplet: B2, 79 and C0. RGB value is (178,121,192). Sum of RGB (Red+Green+Blue) = 178+121+192=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #B279C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279C0 is #4D863F. Grayscale: #919191. Windows color (decimal): -5080640 or 12614066. OLE color: 12614066.
HSL color Cylindrical-coordinate representation of color #B279C0: hue angle of 288.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B279C0 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 121 | 192 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.25 |
| HSL | 288.17º | 0.36% | 0.61% | - |
| HSV(B) | 288.17º | 0.37% | 0.75% | - |
| XYZ | 34.71 | 26.95 | 53.24 | - |
| YUV | 146.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 192 | 0.07 | 0.37 | 0 | 0.25 | 288.17 | 0.36 | 0.61 |
| Hex | B2 | 79 | C0 | 7 | 25 | 0 | 19 | 120 | 24 | 3D |
| Octal | 262 | 171 | 300 | 7 | 45 | 0 | 31 | 440 | 44 | 75 |
| Binary | 10110010 | 1111001 | 11000000 | 111 | 100101 | 0 | 11001 | 100100000 | 100100 | 111101 |
Color Harmonies of #B279C0
Complementary color
Monochromatic Colors of #B279C0
Black with #B279C0
Text Example
Text Example
White with #B279C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B279C0; }
p { color: rgb(178,121,192); }
H1.HeaderClassName
{
color: #B279C0;
}
.AnyTagClassName
{
color: #B279C0;
}
</style>
background-color css
<style>
a { background-color: #B279C0; }
a { background-color: rgb(178,121,192); }
div.DivClassName
{
background-color: #B279C0;
}
.BgClassName
{
background-color: #B279C0;
}
</style>
border-color css
<style>
span { border-color: #B279C0; }
span { border-color: rgb(178,121,192); }
td.TdClassName
{
border-color: #B279C0;
}
.TagClassName
{
border-color: #B279C0;
}
</style>