Shades of East Side #B378BB
Tints of East Side #B378BB
RGB
CMYK
RGB Variations
Color information
#B378BB (or 0xB378BB) is known color: East Side. HEX triplet: B3, 78 and BB. RGB value is (179,120,187). Sum of RGB (Red+Green+Blue) = 179+120+187=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #B378BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378BB is #4C8744. Grayscale: #919191. Windows color (decimal): -5015365 or 12286131. OLE color: 12286131.
HSL color Cylindrical-coordinate representation of color #B378BB: hue angle of 292.84º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B378BB is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 120 | 187 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.27 |
| HSL | 292.84º | 0.33% | 0.6% | - |
| HSV(B) | 292.84º | 0.36% | 0.73% | - |
| XYZ | 34.28 | 26.6 | 50.34 | - |
| YUV | 145.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 187 | 0.04 | 0.36 | 0 | 0.27 | 292.84 | 0.33 | 0.6 |
| Hex | B3 | 78 | BB | 4 | 24 | 0 | 1B | 125 | 21 | 3C |
| Octal | 263 | 170 | 273 | 4 | 44 | 0 | 33 | 445 | 41 | 74 |
| Binary | 10110011 | 1111000 | 10111011 | 100 | 100100 | 0 | 11011 | 100100101 | 100001 | 111100 |
Color Harmonies of #B378BB
Complementary color
Monochromatic Colors of #B378BB
Black with #B378BB
Text Example
Text Example
White with #B378BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378BB; }
p { color: rgb(179,120,187); }
H1.HeaderClassName
{
color: #B378BB;
}
.AnyTagClassName
{
color: #B378BB;
}
</style>
background-color css
<style>
a { background-color: #B378BB; }
a { background-color: rgb(179,120,187); }
div.DivClassName
{
background-color: #B378BB;
}
.BgClassName
{
background-color: #B378BB;
}
</style>
border-color css
<style>
span { border-color: #B378BB; }
span { border-color: rgb(179,120,187); }
td.TdClassName
{
border-color: #B378BB;
}
.TagClassName
{
border-color: #B378BB;
}
</style>