Shades of East Side #B190B8
Tints of East Side #B190B8
RGB
CMYK
RGB Variations
Color information
#B190B8 (or 0xB190B8) is known color: East Side. HEX triplet: B1, 90 and B8. RGB value is (177,144,184). Sum of RGB (Red+Green+Blue) = 177+144+184=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 184 - color contains mainly: blue. Hex color #B190B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B190B8 is #4E6F47. Grayscale: #9E9E9E. Windows color (decimal): -5140296 or 12095665. OLE color: 12095665.
HSL color Cylindrical-coordinate representation of color #B190B8: hue angle of 289.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B190B8 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 144 | 184 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.28 |
| HSL | 289.5º | 0.22% | 0.64% | - |
| HSV(B) | 289.5º | 0.22% | 0.72% | - |
| XYZ | 36.76 | 32.75 | 49.73 | - |
| YUV | 158.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 184 | 0.04 | 0.22 | 0 | 0.28 | 289.5 | 0.22 | 0.64 |
| Hex | B1 | 90 | B8 | 4 | 16 | 0 | 1C | 122 | 16 | 40 |
| Octal | 261 | 220 | 270 | 4 | 26 | 0 | 34 | 442 | 26 | 100 |
| Binary | 10110001 | 10010000 | 10111000 | 100 | 10110 | 0 | 11100 | 100100010 | 10110 | 1000000 |
Color Harmonies of #B190B8
Complementary color
Monochromatic Colors of #B190B8
Black with #B190B8
Text Example
Text Example
White with #B190B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B190B8; }
p { color: rgb(177,144,184); }
H1.HeaderClassName
{
color: #B190B8;
}
.AnyTagClassName
{
color: #B190B8;
}
</style>
background-color css
<style>
a { background-color: #B190B8; }
a { background-color: rgb(177,144,184); }
div.DivClassName
{
background-color: #B190B8;
}
.BgClassName
{
background-color: #B190B8;
}
</style>
border-color css
<style>
span { border-color: #B190B8; }
span { border-color: rgb(177,144,184); }
td.TdClassName
{
border-color: #B190B8;
}
.TagClassName
{
border-color: #B190B8;
}
</style>