Shades of East Side #B378B9
Tints of East Side #B378B9
RGB
CMYK
RGB Variations
Color information
#B378B9 (or 0xB378B9) is known color: East Side. HEX triplet: B3, 78 and B9. RGB value is (179,120,185). Sum of RGB (Red+Green+Blue) = 179+120+185=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #B378B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378B9 is #4C8746. Grayscale: #909090. Windows color (decimal): -5015367 or 12155059. OLE color: 12155059.
HSL color Cylindrical-coordinate representation of color #B378B9: hue angle of 294.46º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B378B9 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 120 | 185 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.27 |
| HSL | 294.46º | 0.32% | 0.6% | - |
| HSV(B) | 294.46º | 0.35% | 0.73% | - |
| XYZ | 34.06 | 26.52 | 49.22 | - |
| YUV | 145.05 | 150.55 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 185 | 0.03 | 0.35 | 0 | 0.27 | 294.46 | 0.32 | 0.6 |
| Hex | B3 | 78 | B9 | 3 | 23 | 0 | 1B | 126 | 20 | 3C |
| Octal | 263 | 170 | 271 | 3 | 43 | 0 | 33 | 446 | 40 | 74 |
| Binary | 10110011 | 1111000 | 10111001 | 11 | 100011 | 0 | 11011 | 100100110 | 100000 | 111100 |
Color Harmonies of #B378B9
Complementary color
Monochromatic Colors of #B378B9
Black with #B378B9
Text Example
Text Example
White with #B378B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378B9; }
p { color: rgb(179,120,185); }
H1.HeaderClassName
{
color: #B378B9;
}
.AnyTagClassName
{
color: #B378B9;
}
</style>
background-color css
<style>
a { background-color: #B378B9; }
a { background-color: rgb(179,120,185); }
div.DivClassName
{
background-color: #B378B9;
}
.BgClassName
{
background-color: #B378B9;
}
</style>
border-color css
<style>
span { border-color: #B378B9; }
span { border-color: rgb(179,120,185); }
td.TdClassName
{
border-color: #B378B9;
}
.TagClassName
{
border-color: #B378B9;
}
</style>