Shades of East Side #B478BD
Tints of East Side #B478BD
RGB
CMYK
RGB Variations
Color information
#B478BD (or 0xB478BD) is known color: East Side. HEX triplet: B4, 78 and BD. RGB value is (180,120,189). Sum of RGB (Red+Green+Blue) = 180+120+189=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #B478BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B478BD is #4B8742. Grayscale: #919191. Windows color (decimal): -4949827 or 12417204. OLE color: 12417204.
HSL color Cylindrical-coordinate representation of color #B478BD: hue angle of 292.17º 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 #B478BD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 120 | 189 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.26 |
| HSL | 292.17º | 0.34% | 0.61% | - |
| HSV(B) | 292.17º | 0.37% | 0.74% | - |
| XYZ | 34.72 | 26.81 | 51.49 | - |
| YUV | 145.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 120 | 189 | 0.05 | 0.37 | 0 | 0.26 | 292.17 | 0.34 | 0.61 |
| Hex | B4 | 78 | BD | 5 | 25 | 0 | 1A | 124 | 22 | 3D |
| Octal | 264 | 170 | 275 | 5 | 45 | 0 | 32 | 444 | 42 | 75 |
| Binary | 10110100 | 1111000 | 10111101 | 101 | 100101 | 0 | 11010 | 100100100 | 100010 | 111101 |
Color Harmonies of #B478BD
Complementary color
Monochromatic Colors of #B478BD
Black with #B478BD
Text Example
Text Example
White with #B478BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B478BD; }
p { color: rgb(180,120,189); }
H1.HeaderClassName
{
color: #B478BD;
}
.AnyTagClassName
{
color: #B478BD;
}
</style>
background-color css
<style>
a { background-color: #B478BD; }
a { background-color: rgb(180,120,189); }
div.DivClassName
{
background-color: #B478BD;
}
.BgClassName
{
background-color: #B478BD;
}
</style>
border-color css
<style>
span { border-color: #B478BD; }
span { border-color: rgb(180,120,189); }
td.TdClassName
{
border-color: #B478BD;
}
.TagClassName
{
border-color: #B478BD;
}
</style>