Shades of East Side #B184BC
Tints of East Side #B184BC
RGB
CMYK
RGB Variations
Color information
#B184BC (or 0xB184BC) is known color: East Side. HEX triplet: B1, 84 and BC. RGB value is (177,132,188). Sum of RGB (Red+Green+Blue) = 177+132+188=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #B184BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184BC is #4E7B43. Grayscale: #979797. Windows color (decimal): -5143364 or 12354737. OLE color: 12354737.
HSL color Cylindrical-coordinate representation of color #B184BC: hue angle of 288.21º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B184BC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 132 | 188 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.26 |
| HSL | 288.21º | 0.29% | 0.63% | - |
| HSV(B) | 288.21º | 0.3% | 0.74% | - |
| XYZ | 35.46 | 29.48 | 51.4 | - |
| YUV | 151.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 188 | 0.06 | 0.30 | 0 | 0.26 | 288.21 | 0.29 | 0.63 |
| Hex | B1 | 84 | BC | 6 | 1E | 0 | 1A | 120 | 1D | 3F |
| Octal | 261 | 204 | 274 | 6 | 36 | 0 | 32 | 440 | 35 | 77 |
| Binary | 10110001 | 10000100 | 10111100 | 110 | 11110 | 0 | 11010 | 100100000 | 11101 | 111111 |
Color Harmonies of #B184BC
Complementary color
Monochromatic Colors of #B184BC
Black with #B184BC
Text Example
Text Example
White with #B184BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B184BC; }
p { color: rgb(177,132,188); }
H1.HeaderClassName
{
color: #B184BC;
}
.AnyTagClassName
{
color: #B184BC;
}
</style>
background-color css
<style>
a { background-color: #B184BC; }
a { background-color: rgb(177,132,188); }
div.DivClassName
{
background-color: #B184BC;
}
.BgClassName
{
background-color: #B184BC;
}
</style>
border-color css
<style>
span { border-color: #B184BC; }
span { border-color: rgb(177,132,188); }
td.TdClassName
{
border-color: #B184BC;
}
.TagClassName
{
border-color: #B184BC;
}
</style>