Shades of East Side #B371C1
Tints of East Side #B371C1
RGB
CMYK
RGB Variations
Color information
#B371C1 (or 0xB371C1) is known color: East Side. HEX triplet: B3, 71 and C1. RGB value is (179,113,193). Sum of RGB (Red+Green+Blue) = 179+113+193=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #B371C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B371C1 is #4C8E3E. Grayscale: #8D8D8D. Windows color (decimal): -5017151 or 12677555. OLE color: 12677555.
HSL color Cylindrical-coordinate representation of color #B371C1: hue angle of 289.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B371C1 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 113 | 193 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.24 |
| HSL | 289.5º | 0.39% | 0.6% | - |
| HSV(B) | 289.5º | 0.41% | 0.76% | - |
| XYZ | 34.12 | 25.24 | 53.53 | - |
| YUV | 141.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 113 | 193 | 0.07 | 0.41 | 0 | 0.24 | 289.5 | 0.39 | 0.6 |
| Hex | B3 | 71 | C1 | 7 | 29 | 0 | 18 | 122 | 27 | 3C |
| Octal | 263 | 161 | 301 | 7 | 51 | 0 | 30 | 442 | 47 | 74 |
| Binary | 10110011 | 1110001 | 11000001 | 111 | 101001 | 0 | 11000 | 100100010 | 100111 | 111100 |
Color Harmonies of #B371C1
Complementary color
Monochromatic Colors of #B371C1
Black with #B371C1
Text Example
Text Example
White with #B371C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B371C1; }
p { color: rgb(179,113,193); }
H1.HeaderClassName
{
color: #B371C1;
}
.AnyTagClassName
{
color: #B371C1;
}
</style>
background-color css
<style>
a { background-color: #B371C1; }
a { background-color: rgb(179,113,193); }
div.DivClassName
{
background-color: #B371C1;
}
.BgClassName
{
background-color: #B371C1;
}
</style>
border-color css
<style>
span { border-color: #B371C1; }
span { border-color: rgb(179,113,193); }
td.TdClassName
{
border-color: #B371C1;
}
.TagClassName
{
border-color: #B371C1;
}
</style>