Shades of East Side #B292C5
Tints of East Side #B292C5
RGB
CMYK
RGB Variations
Color information
#B292C5 (or 0xB292C5) is known color: East Side. HEX triplet: B2, 92 and C5. RGB value is (178,146,197). Sum of RGB (Red+Green+Blue) = 178+146+197=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 197 - color contains mainly: blue. Hex color #B292C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292C5 is #4D6D3A. Grayscale: #A1A1A1. Windows color (decimal): -5074235 or 12948146. OLE color: 12948146.
HSL color Cylindrical-coordinate representation of color #B292C5: hue angle of 277.65º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B292C5 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 146 | 197 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.23 |
| HSL | 277.65º | 0.31% | 0.67% | - |
| HSV(B) | 277.65º | 0.26% | 0.77% | - |
| XYZ | 38.72 | 34.05 | 57.36 | - |
| YUV | 161.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 197 | 0.10 | 0.26 | 0 | 0.23 | 277.65 | 0.31 | 0.67 |
| Hex | B2 | 92 | C5 | A | 1A | 0 | 17 | 116 | 1F | 43 |
| Octal | 262 | 222 | 305 | 12 | 32 | 0 | 27 | 426 | 37 | 103 |
| Binary | 10110010 | 10010010 | 11000101 | 1010 | 11010 | 0 | 10111 | 100010110 | 11111 | 1000011 |
Color Harmonies of #B292C5
Complementary color
Monochromatic Colors of #B292C5
Black with #B292C5
Text Example
Text Example
White with #B292C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B292C5; }
p { color: rgb(178,146,197); }
H1.HeaderClassName
{
color: #B292C5;
}
.AnyTagClassName
{
color: #B292C5;
}
</style>
background-color css
<style>
a { background-color: #B292C5; }
a { background-color: rgb(178,146,197); }
div.DivClassName
{
background-color: #B292C5;
}
.BgClassName
{
background-color: #B292C5;
}
</style>
border-color css
<style>
span { border-color: #B292C5; }
span { border-color: rgb(178,146,197); }
td.TdClassName
{
border-color: #B292C5;
}
.TagClassName
{
border-color: #B292C5;
}
</style>