Shades of East Side #B278BD
Tints of East Side #B278BD
RGB
CMYK
RGB Variations
Color information
#B278BD (or 0xB278BD) is known color: East Side. HEX triplet: B2, 78 and BD. RGB value is (178,120,189). Sum of RGB (Red+Green+Blue) = 178+120+189=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #B278BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B278BD is #4D8742. Grayscale: #909090. Windows color (decimal): -5080899 or 12417202. OLE color: 12417202.
HSL color Cylindrical-coordinate representation of color #B278BD: hue angle of 290.43º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B278BD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 120 | 189 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.26 |
| HSL | 290.43º | 0.34% | 0.61% | - |
| HSV(B) | 290.43º | 0.37% | 0.74% | - |
| XYZ | 34.26 | 26.57 | 51.47 | - |
| YUV | 145.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 189 | 0.06 | 0.37 | 0 | 0.26 | 290.43 | 0.34 | 0.61 |
| Hex | B2 | 78 | BD | 6 | 25 | 0 | 1A | 122 | 22 | 3D |
| Octal | 262 | 170 | 275 | 6 | 45 | 0 | 32 | 442 | 42 | 75 |
| Binary | 10110010 | 1111000 | 10111101 | 110 | 100101 | 0 | 11010 | 100100010 | 100010 | 111101 |
Color Harmonies of #B278BD
Complementary color
Monochromatic Colors of #B278BD
Black with #B278BD
Text Example
Text Example
White with #B278BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B278BD; }
p { color: rgb(178,120,189); }
H1.HeaderClassName
{
color: #B278BD;
}
.AnyTagClassName
{
color: #B278BD;
}
</style>
background-color css
<style>
a { background-color: #B278BD; }
a { background-color: rgb(178,120,189); }
div.DivClassName
{
background-color: #B278BD;
}
.BgClassName
{
background-color: #B278BD;
}
</style>
border-color css
<style>
span { border-color: #B278BD; }
span { border-color: rgb(178,120,189); }
td.TdClassName
{
border-color: #B278BD;
}
.TagClassName
{
border-color: #B278BD;
}
</style>