Shades of East Side #B492C0
Tints of East Side #B492C0
RGB
CMYK
RGB Variations
Color information
#B492C0 (or 0xB492C0) is known color: East Side. HEX triplet: B4, 92 and C0. RGB value is (180,146,192). Sum of RGB (Red+Green+Blue) = 180+146+192=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #B492C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492C0 is #4B6D3F. Grayscale: #A1A1A1. Windows color (decimal): -4943168 or 12620468. OLE color: 12620468.
HSL color Cylindrical-coordinate representation of color #B492C0: hue angle of 284.35º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B492C0 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 146 | 192 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.25 |
| HSL | 284.35º | 0.27% | 0.66% | - |
| HSV(B) | 284.35º | 0.24% | 0.75% | - |
| XYZ | 38.62 | 34.07 | 54.41 | - |
| YUV | 161.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 192 | 0.06 | 0.24 | 0 | 0.25 | 284.35 | 0.27 | 0.66 |
| Hex | B4 | 92 | C0 | 6 | 18 | 0 | 19 | 11C | 1B | 42 |
| Octal | 264 | 222 | 300 | 6 | 30 | 0 | 31 | 434 | 33 | 102 |
| Binary | 10110100 | 10010010 | 11000000 | 110 | 11000 | 0 | 11001 | 100011100 | 11011 | 1000010 |
Color Harmonies of #B492C0
Complementary color
Monochromatic Colors of #B492C0
Black with #B492C0
Text Example
Text Example
White with #B492C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B492C0; }
p { color: rgb(180,146,192); }
H1.HeaderClassName
{
color: #B492C0;
}
.AnyTagClassName
{
color: #B492C0;
}
</style>
background-color css
<style>
a { background-color: #B492C0; }
a { background-color: rgb(180,146,192); }
div.DivClassName
{
background-color: #B492C0;
}
.BgClassName
{
background-color: #B492C0;
}
</style>
border-color css
<style>
span { border-color: #B492C0; }
span { border-color: rgb(180,146,192); }
td.TdClassName
{
border-color: #B492C0;
}
.TagClassName
{
border-color: #B492C0;
}
</style>