Shades of East Side #B378D2
Tints of East Side #B378D2
RGB
CMYK
RGB Variations
Color information
#B378D2 (or 0xB378D2) is known color: East Side. HEX triplet: B3, 78 and D2. RGB value is (179,120,210). Sum of RGB (Red+Green+Blue) = 179+120+210=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #B378D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378D2 is #4C872D. Grayscale: #939393. Windows color (decimal): -5015342 or 13793459. OLE color: 13793459.
HSL color Cylindrical-coordinate representation of color #B378D2: hue angle of 279.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B378D2 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 120 | 210 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.18 |
| HSL | 279.33º | 0.5% | 0.65% | - |
| HSV(B) | 279.33º | 0.43% | 0.82% | - |
| XYZ | 36.94 | 27.67 | 64.37 | - |
| YUV | 147.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 210 | 0.15 | 0.43 | 0 | 0.18 | 279.33 | 0.5 | 0.65 |
| Hex | B3 | 78 | D2 | F | 2B | 0 | 12 | 117 | 32 | 41 |
| Octal | 263 | 170 | 322 | 17 | 53 | 0 | 22 | 427 | 62 | 101 |
| Binary | 10110011 | 1111000 | 11010010 | 1111 | 101011 | 0 | 10010 | 100010111 | 110010 | 1000001 |
Color Harmonies of #B378D2
Complementary color
Monochromatic Colors of #B378D2
Black with #B378D2
Text Example
Text Example
White with #B378D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378D2; }
p { color: rgb(179,120,210); }
H1.HeaderClassName
{
color: #B378D2;
}
.AnyTagClassName
{
color: #B378D2;
}
</style>
background-color css
<style>
a { background-color: #B378D2; }
a { background-color: rgb(179,120,210); }
div.DivClassName
{
background-color: #B378D2;
}
.BgClassName
{
background-color: #B378D2;
}
</style>
border-color css
<style>
span { border-color: #B378D2; }
span { border-color: rgb(179,120,210); }
td.TdClassName
{
border-color: #B378D2;
}
.TagClassName
{
border-color: #B378D2;
}
</style>