Shades of East Side #B378CF
Tints of East Side #B378CF
RGB
CMYK
RGB Variations
Color information
#B378CF (or 0xB378CF) is known color: East Side. HEX triplet: B3, 78 and CF. RGB value is (179,120,207). Sum of RGB (Red+Green+Blue) = 179+120+207=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #B378CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B378CF is #4C8730. Grayscale: #939393. Windows color (decimal): -5015345 or 13596851. OLE color: 13596851.
HSL color Cylindrical-coordinate representation of color #B378CF: hue angle of 280.69º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B378CF is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 120 | 207 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.19 |
| HSL | 280.69º | 0.48% | 0.64% | - |
| HSV(B) | 280.69º | 0.42% | 0.81% | - |
| XYZ | 36.57 | 27.52 | 62.42 | - |
| YUV | 147.56 | 161.55 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 207 | 0.14 | 0.42 | 0 | 0.19 | 280.69 | 0.48 | 0.64 |
| Hex | B3 | 78 | CF | E | 2A | 0 | 13 | 119 | 30 | 40 |
| Octal | 263 | 170 | 317 | 16 | 52 | 0 | 23 | 431 | 60 | 100 |
| Binary | 10110011 | 1111000 | 11001111 | 1110 | 101010 | 0 | 10011 | 100011001 | 110000 | 1000000 |
Color Harmonies of #B378CF
Complementary color
Monochromatic Colors of #B378CF
Black with #B378CF
Text Example
Text Example
White with #B378CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378CF; }
p { color: rgb(179,120,207); }
H1.HeaderClassName
{
color: #B378CF;
}
.AnyTagClassName
{
color: #B378CF;
}
</style>
background-color css
<style>
a { background-color: #B378CF; }
a { background-color: rgb(179,120,207); }
div.DivClassName
{
background-color: #B378CF;
}
.BgClassName
{
background-color: #B378CF;
}
</style>
border-color css
<style>
span { border-color: #B378CF; }
span { border-color: rgb(179,120,207); }
td.TdClassName
{
border-color: #B378CF;
}
.TagClassName
{
border-color: #B378CF;
}
</style>