Shades of East Side #B182C6
Tints of East Side #B182C6
RGB
CMYK
RGB Variations
Color information
#B182C6 (or 0xB182C6) is known color: East Side. HEX triplet: B1, 82 and C6. RGB value is (177,130,198). Sum of RGB (Red+Green+Blue) = 177+130+198=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #B182C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182C6 is #4E7D39. Grayscale: #979797. Windows color (decimal): -5143866 or 13009585. OLE color: 13009585.
HSL color Cylindrical-coordinate representation of color #B182C6: hue angle of 281.47º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B182C6 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 130 | 198 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.22 |
| HSL | 281.47º | 0.37% | 0.64% | - |
| HSV(B) | 281.47º | 0.34% | 0.78% | - |
| XYZ | 36.31 | 29.39 | 57.19 | - |
| YUV | 151.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 198 | 0.11 | 0.34 | 0 | 0.22 | 281.47 | 0.37 | 0.64 |
| Hex | B1 | 82 | C6 | B | 22 | 0 | 16 | 119 | 25 | 40 |
| Octal | 261 | 202 | 306 | 13 | 42 | 0 | 26 | 431 | 45 | 100 |
| Binary | 10110001 | 10000010 | 11000110 | 1011 | 100010 | 0 | 10110 | 100011001 | 100101 | 1000000 |
Color Harmonies of #B182C6
Complementary color
Monochromatic Colors of #B182C6
Black with #B182C6
Text Example
Text Example
White with #B182C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182C6; }
p { color: rgb(177,130,198); }
H1.HeaderClassName
{
color: #B182C6;
}
.AnyTagClassName
{
color: #B182C6;
}
</style>
background-color css
<style>
a { background-color: #B182C6; }
a { background-color: rgb(177,130,198); }
div.DivClassName
{
background-color: #B182C6;
}
.BgClassName
{
background-color: #B182C6;
}
</style>
border-color css
<style>
span { border-color: #B182C6; }
span { border-color: rgb(177,130,198); }
td.TdClassName
{
border-color: #B182C6;
}
.TagClassName
{
border-color: #B182C6;
}
</style>