Shades of East Side #B378B8
Tints of East Side #B378B8
RGB
CMYK
RGB Variations
Color information
#B378B8 (or 0xB378B8) is known color: East Side. HEX triplet: B3, 78 and B8. RGB value is (179,120,184). Sum of RGB (Red+Green+Blue) = 179+120+184=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 184 - color contains mainly: blue. Hex color #B378B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378B8 is #4C8747. Grayscale: #909090. Windows color (decimal): -5015368 or 12089523. OLE color: 12089523.
HSL color Cylindrical-coordinate representation of color #B378B8: hue angle of 295.31º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B378B8 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 120 | 184 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.28 |
| HSL | 295.31º | 0.31% | 0.6% | - |
| HSV(B) | 295.31º | 0.35% | 0.72% | - |
| XYZ | 33.96 | 26.48 | 48.67 | - |
| YUV | 144.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 184 | 0.03 | 0.35 | 0 | 0.28 | 295.31 | 0.31 | 0.6 |
| Hex | B3 | 78 | B8 | 3 | 23 | 0 | 1C | 127 | 1F | 3C |
| Octal | 263 | 170 | 270 | 3 | 43 | 0 | 34 | 447 | 37 | 74 |
| Binary | 10110011 | 1111000 | 10111000 | 11 | 100011 | 0 | 11100 | 100100111 | 11111 | 111100 |
Color Harmonies of #B378B8
Complementary color
Monochromatic Colors of #B378B8
Black with #B378B8
Text Example
Text Example
White with #B378B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378B8; }
p { color: rgb(179,120,184); }
H1.HeaderClassName
{
color: #B378B8;
}
.AnyTagClassName
{
color: #B378B8;
}
</style>
background-color css
<style>
a { background-color: #B378B8; }
a { background-color: rgb(179,120,184); }
div.DivClassName
{
background-color: #B378B8;
}
.BgClassName
{
background-color: #B378B8;
}
</style>
border-color css
<style>
span { border-color: #B378B8; }
span { border-color: rgb(179,120,184); }
td.TdClassName
{
border-color: #B378B8;
}
.TagClassName
{
border-color: #B378B8;
}
</style>