Shades of East Side #B278C0
Tints of East Side #B278C0
RGB
CMYK
RGB Variations
Color information
#B278C0 (or 0xB278C0) is known color: East Side. HEX triplet: B2, 78 and C0. RGB value is (178,120,192). Sum of RGB (Red+Green+Blue) = 178+120+192=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #B278C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B278C0 is #4D873F. Grayscale: #919191. Windows color (decimal): -5080896 or 12613810. OLE color: 12613810.
HSL color Cylindrical-coordinate representation of color #B278C0: hue angle of 288.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B278C0 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 120 | 192 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.25 |
| HSL | 288.33º | 0.36% | 0.61% | - |
| HSV(B) | 288.33º | 0.38% | 0.75% | - |
| XYZ | 34.59 | 26.7 | 53.2 | - |
| YUV | 145.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 192 | 0.07 | 0.38 | 0 | 0.25 | 288.33 | 0.36 | 0.61 |
| Hex | B2 | 78 | C0 | 7 | 26 | 0 | 19 | 120 | 24 | 3D |
| Octal | 262 | 170 | 300 | 7 | 46 | 0 | 31 | 440 | 44 | 75 |
| Binary | 10110010 | 1111000 | 11000000 | 111 | 100110 | 0 | 11001 | 100100000 | 100100 | 111101 |
Color Harmonies of #B278C0
Complementary color
Monochromatic Colors of #B278C0
Black with #B278C0
Text Example
Text Example
White with #B278C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B278C0; }
p { color: rgb(178,120,192); }
H1.HeaderClassName
{
color: #B278C0;
}
.AnyTagClassName
{
color: #B278C0;
}
</style>
background-color css
<style>
a { background-color: #B278C0; }
a { background-color: rgb(178,120,192); }
div.DivClassName
{
background-color: #B278C0;
}
.BgClassName
{
background-color: #B278C0;
}
</style>
border-color css
<style>
span { border-color: #B278C0; }
span { border-color: rgb(178,120,192); }
td.TdClassName
{
border-color: #B278C0;
}
.TagClassName
{
border-color: #B278C0;
}
</style>