Shades of East Side #B191C2
Tints of East Side #B191C2
RGB
CMYK
RGB Variations
Color information
#B191C2 (or 0xB191C2) is known color: East Side. HEX triplet: B1, 91 and C2. RGB value is (177,145,194). Sum of RGB (Red+Green+Blue) = 177+145+194=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 194 - color contains mainly: blue. Hex color #B191C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191C2 is #4E6E3D. Grayscale: #9F9F9F. Windows color (decimal): -5140030 or 12751281. OLE color: 12751281.
HSL color Cylindrical-coordinate representation of color #B191C2: hue angle of 279.18º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B191C2 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 145 | 194 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.24 |
| HSL | 279.18º | 0.29% | 0.66% | - |
| HSV(B) | 279.18º | 0.25% | 0.76% | - |
| XYZ | 37.99 | 33.49 | 55.5 | - |
| YUV | 160.15 | 147.1 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 194 | 0.09 | 0.25 | 0 | 0.24 | 279.18 | 0.29 | 0.66 |
| Hex | B1 | 91 | C2 | 9 | 19 | 0 | 18 | 117 | 1D | 42 |
| Octal | 261 | 221 | 302 | 11 | 31 | 0 | 30 | 427 | 35 | 102 |
| Binary | 10110001 | 10010001 | 11000010 | 1001 | 11001 | 0 | 11000 | 100010111 | 11101 | 1000010 |
Color Harmonies of #B191C2
Complementary color
Monochromatic Colors of #B191C2
Black with #B191C2
Text Example
Text Example
White with #B191C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191C2; }
p { color: rgb(177,145,194); }
H1.HeaderClassName
{
color: #B191C2;
}
.AnyTagClassName
{
color: #B191C2;
}
</style>
background-color css
<style>
a { background-color: #B191C2; }
a { background-color: rgb(177,145,194); }
div.DivClassName
{
background-color: #B191C2;
}
.BgClassName
{
background-color: #B191C2;
}
</style>
border-color css
<style>
span { border-color: #B191C2; }
span { border-color: rgb(177,145,194); }
td.TdClassName
{
border-color: #B191C2;
}
.TagClassName
{
border-color: #B191C2;
}
</style>