Shades of East Side #B184D0
Tints of East Side #B184D0
RGB
CMYK
RGB Variations
Color information
#B184D0 (or 0xB184D0) is known color: East Side. HEX triplet: B1, 84 and D0. RGB value is (177,132,208). Sum of RGB (Red+Green+Blue) = 177+132+208=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #B184D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184D0 is #4E7B2F. Grayscale: #999999. Windows color (decimal): -5143344 or 13665457. OLE color: 13665457.
HSL color Cylindrical-coordinate representation of color #B184D0: hue angle of 275.53º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B184D0 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 132 | 208 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.18 |
| HSL | 275.53º | 0.45% | 0.67% | - |
| HSV(B) | 275.53º | 0.37% | 0.82% | - |
| XYZ | 37.77 | 30.4 | 63.55 | - |
| YUV | 154.12 | 158.41 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 208 | 0.15 | 0.37 | 0 | 0.18 | 275.53 | 0.45 | 0.67 |
| Hex | B1 | 84 | D0 | F | 25 | 0 | 12 | 114 | 2D | 43 |
| Octal | 261 | 204 | 320 | 17 | 45 | 0 | 22 | 424 | 55 | 103 |
| Binary | 10110001 | 10000100 | 11010000 | 1111 | 100101 | 0 | 10010 | 100010100 | 101101 | 1000011 |
Color Harmonies of #B184D0
Complementary color
Monochromatic Colors of #B184D0
Black with #B184D0
Text Example
Text Example
White with #B184D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B184D0; }
p { color: rgb(177,132,208); }
H1.HeaderClassName
{
color: #B184D0;
}
.AnyTagClassName
{
color: #B184D0;
}
</style>
background-color css
<style>
a { background-color: #B184D0; }
a { background-color: rgb(177,132,208); }
div.DivClassName
{
background-color: #B184D0;
}
.BgClassName
{
background-color: #B184D0;
}
</style>
border-color css
<style>
span { border-color: #B184D0; }
span { border-color: rgb(177,132,208); }
td.TdClassName
{
border-color: #B184D0;
}
.TagClassName
{
border-color: #B184D0;
}
</style>