Shades of East Side #B378D0
Tints of East Side #B378D0
RGB
CMYK
RGB Variations
Color information
#B378D0 (or 0xB378D0) is known color: East Side. HEX triplet: B3, 78 and D0. RGB value is (179,120,208). Sum of RGB (Red+Green+Blue) = 179+120+208=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #B378D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378D0 is #4C872F. Grayscale: #939393. Windows color (decimal): -5015344 or 13662387. OLE color: 13662387.
HSL color Cylindrical-coordinate representation of color #B378D0: hue angle of 280.23º 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 #B378D0 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 120 | 208 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.18 |
| HSL | 280.23º | 0.48% | 0.64% | - |
| HSV(B) | 280.23º | 0.42% | 0.82% | - |
| XYZ | 36.69 | 27.57 | 63.06 | - |
| YUV | 147.67 | 162.05 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 208 | 0.14 | 0.42 | 0 | 0.18 | 280.23 | 0.48 | 0.64 |
| Hex | B3 | 78 | D0 | E | 2A | 0 | 12 | 118 | 30 | 40 |
| Octal | 263 | 170 | 320 | 16 | 52 | 0 | 22 | 430 | 60 | 100 |
| Binary | 10110011 | 1111000 | 11010000 | 1110 | 101010 | 0 | 10010 | 100011000 | 110000 | 1000000 |
Color Harmonies of #B378D0
Complementary color
Monochromatic Colors of #B378D0
Black with #B378D0
Text Example
Text Example
White with #B378D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378D0; }
p { color: rgb(179,120,208); }
H1.HeaderClassName
{
color: #B378D0;
}
.AnyTagClassName
{
color: #B378D0;
}
</style>
background-color css
<style>
a { background-color: #B378D0; }
a { background-color: rgb(179,120,208); }
div.DivClassName
{
background-color: #B378D0;
}
.BgClassName
{
background-color: #B378D0;
}
</style>
border-color css
<style>
span { border-color: #B378D0; }
span { border-color: rgb(179,120,208); }
td.TdClassName
{
border-color: #B378D0;
}
.TagClassName
{
border-color: #B378D0;
}
</style>