Shades of East Side #B978D0
Tints of East Side #B978D0
RGB
CMYK
RGB Variations
Color information
#B978D0 (or 0xB978D0) is known color: East Side. HEX triplet: B9, 78 and D0. RGB value is (185,120,208). Sum of RGB (Red+Green+Blue) = 185+120+208=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #B978D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978D0 is #46872F. Grayscale: #959595. Windows color (decimal): -4622128 or 13662393. OLE color: 13662393.
HSL color Cylindrical-coordinate representation of color #B978D0: hue angle of 284.32º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B978D0 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 120 | 208 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.18 |
| HSL | 284.32º | 0.48% | 0.64% | - |
| HSV(B) | 284.32º | 0.42% | 0.82% | - |
| XYZ | 38.11 | 28.3 | 63.13 | - |
| YUV | 149.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 208 | 0.11 | 0.42 | 0 | 0.18 | 284.32 | 0.48 | 0.64 |
| Hex | B9 | 78 | D0 | B | 2A | 0 | 12 | 11C | 30 | 40 |
| Octal | 271 | 170 | 320 | 13 | 52 | 0 | 22 | 434 | 60 | 100 |
| Binary | 10111001 | 1111000 | 11010000 | 1011 | 101010 | 0 | 10010 | 100011100 | 110000 | 1000000 |
Color Harmonies of #B978D0
Complementary color
Monochromatic Colors of #B978D0
Black with #B978D0
Text Example
Text Example
White with #B978D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978D0; }
p { color: rgb(185,120,208); }
H1.HeaderClassName
{
color: #B978D0;
}
.AnyTagClassName
{
color: #B978D0;
}
</style>
background-color css
<style>
a { background-color: #B978D0; }
a { background-color: rgb(185,120,208); }
div.DivClassName
{
background-color: #B978D0;
}
.BgClassName
{
background-color: #B978D0;
}
</style>
border-color css
<style>
span { border-color: #B978D0; }
span { border-color: rgb(185,120,208); }
td.TdClassName
{
border-color: #B978D0;
}
.TagClassName
{
border-color: #B978D0;
}
</style>