Shades of East Side #B292C2
Tints of East Side #B292C2
RGB
CMYK
RGB Variations
Color information
#B292C2 (or 0xB292C2) is known color: East Side. HEX triplet: B2, 92 and C2. RGB value is (178,146,194). Sum of RGB (Red+Green+Blue) = 178+146+194=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #B292C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292C2 is #4D6D3D. Grayscale: #A0A0A0. Windows color (decimal): -5074238 or 12751538. OLE color: 12751538.
HSL color Cylindrical-coordinate representation of color #B292C2: hue angle of 280º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B292C2 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 146 | 194 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.24 |
| HSL | 280º | 0.28% | 0.67% | - |
| HSV(B) | 280º | 0.25% | 0.76% | - |
| XYZ | 38.38 | 33.92 | 55.56 | - |
| YUV | 161.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 194 | 0.08 | 0.25 | 0 | 0.24 | 280 | 0.28 | 0.67 |
| Hex | B2 | 92 | C2 | 8 | 19 | 0 | 18 | 118 | 1C | 43 |
| Octal | 262 | 222 | 302 | 10 | 31 | 0 | 30 | 430 | 34 | 103 |
| Binary | 10110010 | 10010010 | 11000010 | 1000 | 11001 | 0 | 11000 | 100011000 | 11100 | 1000011 |
Color Harmonies of #B292C2
Complementary color
Monochromatic Colors of #B292C2
Black with #B292C2
Text Example
Text Example
White with #B292C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B292C2; }
p { color: rgb(178,146,194); }
H1.HeaderClassName
{
color: #B292C2;
}
.AnyTagClassName
{
color: #B292C2;
}
</style>
background-color css
<style>
a { background-color: #B292C2; }
a { background-color: rgb(178,146,194); }
div.DivClassName
{
background-color: #B292C2;
}
.BgClassName
{
background-color: #B292C2;
}
</style>
border-color css
<style>
span { border-color: #B292C2; }
span { border-color: rgb(178,146,194); }
td.TdClassName
{
border-color: #B292C2;
}
.TagClassName
{
border-color: #B292C2;
}
</style>