Shades of East Side #B181BE
Tints of East Side #B181BE
RGB
CMYK
RGB Variations
Color information
#B181BE (or 0xB181BE) is known color: East Side. HEX triplet: B1, 81 and BE. RGB value is (177,129,190). Sum of RGB (Red+Green+Blue) = 177+129+190=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #B181BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181BE is #4E7E41. Grayscale: #969696. Windows color (decimal): -5144130 or 12485041. OLE color: 12485041.
HSL color Cylindrical-coordinate representation of color #B181BE: hue angle of 287.21º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B181BE is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 129 | 190 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.25 |
| HSL | 287.21º | 0.32% | 0.63% | - |
| HSV(B) | 287.21º | 0.32% | 0.75% | - |
| XYZ | 35.28 | 28.77 | 52.41 | - |
| YUV | 150.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 190 | 0.07 | 0.32 | 0 | 0.25 | 287.21 | 0.32 | 0.63 |
| Hex | B1 | 81 | BE | 7 | 20 | 0 | 19 | 11F | 20 | 3F |
| Octal | 261 | 201 | 276 | 7 | 40 | 0 | 31 | 437 | 40 | 77 |
| Binary | 10110001 | 10000001 | 10111110 | 111 | 100000 | 0 | 11001 | 100011111 | 100000 | 111111 |
Color Harmonies of #B181BE
Complementary color
Monochromatic Colors of #B181BE
Black with #B181BE
Text Example
Text Example
White with #B181BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B181BE; }
p { color: rgb(177,129,190); }
H1.HeaderClassName
{
color: #B181BE;
}
.AnyTagClassName
{
color: #B181BE;
}
</style>
background-color css
<style>
a { background-color: #B181BE; }
a { background-color: rgb(177,129,190); }
div.DivClassName
{
background-color: #B181BE;
}
.BgClassName
{
background-color: #B181BE;
}
</style>
border-color css
<style>
span { border-color: #B181BE; }
span { border-color: rgb(177,129,190); }
td.TdClassName
{
border-color: #B181BE;
}
.TagClassName
{
border-color: #B181BE;
}
</style>