Shades of East Side #B279CB
Tints of East Side #B279CB
RGB
CMYK
RGB Variations
Color information
#B279CB (or 0xB279CB) is known color: East Side. HEX triplet: B2, 79 and CB. RGB value is (178,121,203). Sum of RGB (Red+Green+Blue) = 178+121+203=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #B279CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B279CB is #4D8634. Grayscale: #939393. Windows color (decimal): -5080629 or 13334962. OLE color: 13334962.
HSL color Cylindrical-coordinate representation of color #B279CB: hue angle of 281.71º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B279CB is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 121 | 203 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.20 |
| HSL | 281.71º | 0.44% | 0.64% | - |
| HSV(B) | 281.71º | 0.4% | 0.8% | - |
| XYZ | 35.98 | 27.45 | 59.9 | - |
| YUV | 147.39 | 159.38 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 203 | 0.12 | 0.40 | 0 | 0.20 | 281.71 | 0.44 | 0.64 |
| Hex | B2 | 79 | CB | C | 28 | 0 | 14 | 11A | 2C | 40 |
| Octal | 262 | 171 | 313 | 14 | 50 | 0 | 24 | 432 | 54 | 100 |
| Binary | 10110010 | 1111001 | 11001011 | 1100 | 101000 | 0 | 10100 | 100011010 | 101100 | 1000000 |
Color Harmonies of #B279CB
Complementary color
Monochromatic Colors of #B279CB
Black with #B279CB
Text Example
Text Example
White with #B279CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B279CB; }
p { color: rgb(178,121,203); }
H1.HeaderClassName
{
color: #B279CB;
}
.AnyTagClassName
{
color: #B279CB;
}
</style>
background-color css
<style>
a { background-color: #B279CB; }
a { background-color: rgb(178,121,203); }
div.DivClassName
{
background-color: #B279CB;
}
.BgClassName
{
background-color: #B279CB;
}
</style>
border-color css
<style>
span { border-color: #B279CB; }
span { border-color: rgb(178,121,203); }
td.TdClassName
{
border-color: #B279CB;
}
.TagClassName
{
border-color: #B279CB;
}
</style>