Shades of East Side #B492BB
Tints of East Side #B492BB
RGB
CMYK
RGB Variations
Color information
#B492BB (or 0xB492BB) is known color: East Side. HEX triplet: B4, 92 and BB. RGB value is (180,146,187). Sum of RGB (Red+Green+Blue) = 180+146+187=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #B492BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492BB is #4B6D44. Grayscale: #A0A0A0. Windows color (decimal): -4943173 or 12292788. OLE color: 12292788.
HSL color Cylindrical-coordinate representation of color #B492BB: hue angle of 289.76º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B492BB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 146 | 187 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.27 |
| HSL | 289.76º | 0.23% | 0.65% | - |
| HSV(B) | 289.76º | 0.22% | 0.73% | - |
| XYZ | 38.07 | 33.85 | 51.54 | - |
| YUV | 160.84 | 142.76 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 187 | 0.04 | 0.22 | 0 | 0.27 | 289.76 | 0.23 | 0.65 |
| Hex | B4 | 92 | BB | 4 | 16 | 0 | 1B | 122 | 17 | 41 |
| Octal | 264 | 222 | 273 | 4 | 26 | 0 | 33 | 442 | 27 | 101 |
| Binary | 10110100 | 10010010 | 10111011 | 100 | 10110 | 0 | 11011 | 100100010 | 10111 | 1000001 |
Color Harmonies of #B492BB
Complementary color
Monochromatic Colors of #B492BB
Black with #B492BB
Text Example
Text Example
White with #B492BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B492BB; }
p { color: rgb(180,146,187); }
H1.HeaderClassName
{
color: #B492BB;
}
.AnyTagClassName
{
color: #B492BB;
}
</style>
background-color css
<style>
a { background-color: #B492BB; }
a { background-color: rgb(180,146,187); }
div.DivClassName
{
background-color: #B492BB;
}
.BgClassName
{
background-color: #B492BB;
}
</style>
border-color css
<style>
span { border-color: #B492BB; }
span { border-color: rgb(180,146,187); }
td.TdClassName
{
border-color: #B492BB;
}
.TagClassName
{
border-color: #B492BB;
}
</style>