Shades of East Side #B391C0
Tints of East Side #B391C0
RGB
CMYK
RGB Variations
Color information
#B391C0 (or 0xB391C0) is known color: East Side. HEX triplet: B3, 91 and C0. RGB value is (179,145,192). Sum of RGB (Red+Green+Blue) = 179+145+192=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #B391C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B391C0 is #4C6E3F. Grayscale: #A0A0A0. Windows color (decimal): -5008960 or 12620211. OLE color: 12620211.
HSL color Cylindrical-coordinate representation of color #B391C0: hue angle of 283.4º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B391C0 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 145 | 192 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.25 |
| HSL | 283.4º | 0.27% | 0.66% | - |
| HSV(B) | 283.4º | 0.24% | 0.75% | - |
| XYZ | 38.23 | 33.64 | 54.35 | - |
| YUV | 160.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 192 | 0.07 | 0.24 | 0 | 0.25 | 283.4 | 0.27 | 0.66 |
| Hex | B3 | 91 | C0 | 7 | 18 | 0 | 19 | 11B | 1B | 42 |
| Octal | 263 | 221 | 300 | 7 | 30 | 0 | 31 | 433 | 33 | 102 |
| Binary | 10110011 | 10010001 | 11000000 | 111 | 11000 | 0 | 11001 | 100011011 | 11011 | 1000010 |
Color Harmonies of #B391C0
Complementary color
Monochromatic Colors of #B391C0
Black with #B391C0
Text Example
Text Example
White with #B391C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B391C0; }
p { color: rgb(179,145,192); }
H1.HeaderClassName
{
color: #B391C0;
}
.AnyTagClassName
{
color: #B391C0;
}
</style>
background-color css
<style>
a { background-color: #B391C0; }
a { background-color: rgb(179,145,192); }
div.DivClassName
{
background-color: #B391C0;
}
.BgClassName
{
background-color: #B391C0;
}
</style>
border-color css
<style>
span { border-color: #B391C0; }
span { border-color: rgb(179,145,192); }
td.TdClassName
{
border-color: #B391C0;
}
.TagClassName
{
border-color: #B391C0;
}
</style>