Shades of East Side #B181B6
Tints of East Side #B181B6
RGB
CMYK
RGB Variations
Color information
#B181B6 (or 0xB181B6) is known color: East Side. HEX triplet: B1, 81 and B6. RGB value is (177,129,182). Sum of RGB (Red+Green+Blue) = 177+129+182=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 182 - color contains mainly: blue. Hex color #B181B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181B6 is #4E7E49. Grayscale: #959595. Windows color (decimal): -5144138 or 11960753. OLE color: 11960753.
HSL color Cylindrical-coordinate representation of color #B181B6: hue angle of 294.34º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B181B6 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 129 | 182 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.29 |
| HSL | 294.34º | 0.27% | 0.61% | - |
| HSV(B) | 294.34º | 0.29% | 0.71% | - |
| XYZ | 34.43 | 28.43 | 47.93 | - |
| YUV | 149.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 182 | 0.03 | 0.29 | 0 | 0.29 | 294.34 | 0.27 | 0.61 |
| Hex | B1 | 81 | B6 | 3 | 1D | 0 | 1D | 126 | 1B | 3D |
| Octal | 261 | 201 | 266 | 3 | 35 | 0 | 35 | 446 | 33 | 75 |
| Binary | 10110001 | 10000001 | 10110110 | 11 | 11101 | 0 | 11101 | 100100110 | 11011 | 111101 |
Color Harmonies of #B181B6
Complementary color
Monochromatic Colors of #B181B6
Black with #B181B6
Text Example
Text Example
White with #B181B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B181B6; }
p { color: rgb(177,129,182); }
H1.HeaderClassName
{
color: #B181B6;
}
.AnyTagClassName
{
color: #B181B6;
}
</style>
background-color css
<style>
a { background-color: #B181B6; }
a { background-color: rgb(177,129,182); }
div.DivClassName
{
background-color: #B181B6;
}
.BgClassName
{
background-color: #B181B6;
}
</style>
border-color css
<style>
span { border-color: #B181B6; }
span { border-color: rgb(177,129,182); }
td.TdClassName
{
border-color: #B181B6;
}
.TagClassName
{
border-color: #B181B6;
}
</style>