Shades of East Side #B192C1
Tints of East Side #B192C1
RGB
CMYK
RGB Variations
Color information
#B192C1 (or 0xB192C1) is known color: East Side. HEX triplet: B1, 92 and C1. RGB value is (177,146,193). Sum of RGB (Red+Green+Blue) = 177+146+193=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #B192C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192C1 is #4E6D3E. Grayscale: #A0A0A0. Windows color (decimal): -5139775 or 12686001. OLE color: 12686001.
HSL color Cylindrical-coordinate representation of color #B192C1: hue angle of 279.57º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B192C1 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 146 | 193 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.24 |
| HSL | 279.57º | 0.27% | 0.66% | - |
| HSV(B) | 279.57º | 0.24% | 0.76% | - |
| XYZ | 38.04 | 33.76 | 54.96 | - |
| YUV | 160.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 193 | 0.08 | 0.24 | 0 | 0.24 | 279.57 | 0.27 | 0.66 |
| Hex | B1 | 92 | C1 | 8 | 18 | 0 | 18 | 118 | 1B | 42 |
| Octal | 261 | 222 | 301 | 10 | 30 | 0 | 30 | 430 | 33 | 102 |
| Binary | 10110001 | 10010010 | 11000001 | 1000 | 11000 | 0 | 11000 | 100011000 | 11011 | 1000010 |
Color Harmonies of #B192C1
Complementary color
Monochromatic Colors of #B192C1
Black with #B192C1
Text Example
Text Example
White with #B192C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192C1; }
p { color: rgb(177,146,193); }
H1.HeaderClassName
{
color: #B192C1;
}
.AnyTagClassName
{
color: #B192C1;
}
</style>
background-color css
<style>
a { background-color: #B192C1; }
a { background-color: rgb(177,146,193); }
div.DivClassName
{
background-color: #B192C1;
}
.BgClassName
{
background-color: #B192C1;
}
</style>
border-color css
<style>
span { border-color: #B192C1; }
span { border-color: rgb(177,146,193); }
td.TdClassName
{
border-color: #B192C1;
}
.TagClassName
{
border-color: #B192C1;
}
</style>