Shades of East Side #B292C1
Tints of East Side #B292C1
RGB
CMYK
RGB Variations
Color information
#B292C1 (or 0xB292C1) is known color: East Side. HEX triplet: B2, 92 and C1. RGB value is (178,146,193). Sum of RGB (Red+Green+Blue) = 178+146+193=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #B292C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292C1 is #4D6D3E. Grayscale: #A0A0A0. Windows color (decimal): -5074239 or 12686002. OLE color: 12686002.
HSL color Cylindrical-coordinate representation of color #B292C1: hue angle of 280.85º 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 #B292C1 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 146 | 193 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.24 |
| HSL | 280.85º | 0.27% | 0.66% | - |
| HSV(B) | 280.85º | 0.24% | 0.76% | - |
| XYZ | 38.26 | 33.87 | 54.97 | - |
| YUV | 160.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 193 | 0.08 | 0.24 | 0 | 0.24 | 280.85 | 0.27 | 0.66 |
| Hex | B2 | 92 | C1 | 8 | 18 | 0 | 18 | 119 | 1B | 42 |
| Octal | 262 | 222 | 301 | 10 | 30 | 0 | 30 | 431 | 33 | 102 |
| Binary | 10110010 | 10010010 | 11000001 | 1000 | 11000 | 0 | 11000 | 100011001 | 11011 | 1000010 |
Color Harmonies of #B292C1
Complementary color
Monochromatic Colors of #B292C1
Black with #B292C1
Text Example
Text Example
White with #B292C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B292C1; }
p { color: rgb(178,146,193); }
H1.HeaderClassName
{
color: #B292C1;
}
.AnyTagClassName
{
color: #B292C1;
}
</style>
background-color css
<style>
a { background-color: #B292C1; }
a { background-color: rgb(178,146,193); }
div.DivClassName
{
background-color: #B292C1;
}
.BgClassName
{
background-color: #B292C1;
}
</style>
border-color css
<style>
span { border-color: #B292C1; }
span { border-color: rgb(178,146,193); }
td.TdClassName
{
border-color: #B292C1;
}
.TagClassName
{
border-color: #B292C1;
}
</style>