Shades of East Side #B292CB
Tints of East Side #B292CB
RGB
CMYK
RGB Variations
Color information
#B292CB (or 0xB292CB) is known color: East Side. HEX triplet: B2, 92 and CB. RGB value is (178,146,203). Sum of RGB (Red+Green+Blue) = 178+146+203=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #B292CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292CB is #4D6D34. Grayscale: #A1A1A1. Windows color (decimal): -5074229 or 13341362. OLE color: 13341362.
HSL color Cylindrical-coordinate representation of color #B292CB: hue angle of 273.68º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B292CB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 146 | 203 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.20 |
| HSL | 273.68º | 0.35% | 0.68% | - |
| HSV(B) | 273.68º | 0.28% | 0.8% | - |
| XYZ | 39.42 | 34.33 | 61.05 | - |
| YUV | 162.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 203 | 0.12 | 0.28 | 0 | 0.20 | 273.68 | 0.35 | 0.68 |
| Hex | B2 | 92 | CB | C | 1C | 0 | 14 | 112 | 23 | 44 |
| Octal | 262 | 222 | 313 | 14 | 34 | 0 | 24 | 422 | 43 | 104 |
| Binary | 10110010 | 10010010 | 11001011 | 1100 | 11100 | 0 | 10100 | 100010010 | 100011 | 1000100 |
Color Harmonies of #B292CB
Complementary color
Monochromatic Colors of #B292CB
Black with #B292CB
Text Example
Text Example
White with #B292CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B292CB; }
p { color: rgb(178,146,203); }
H1.HeaderClassName
{
color: #B292CB;
}
.AnyTagClassName
{
color: #B292CB;
}
</style>
background-color css
<style>
a { background-color: #B292CB; }
a { background-color: rgb(178,146,203); }
div.DivClassName
{
background-color: #B292CB;
}
.BgClassName
{
background-color: #B292CB;
}
</style>
border-color css
<style>
span { border-color: #B292CB; }
span { border-color: rgb(178,146,203); }
td.TdClassName
{
border-color: #B292CB;
}
.TagClassName
{
border-color: #B292CB;
}
</style>