Shades of East Side #B881BE
Tints of East Side #B881BE
RGB
CMYK
RGB Variations
Color information
#B881BE (or 0xB881BE) is known color: East Side. HEX triplet: B8, 81 and BE. RGB value is (184,129,190). Sum of RGB (Red+Green+Blue) = 184+129+190=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #B881BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881BE is #477E41. Grayscale: #989898. Windows color (decimal): -4685378 or 12485048. OLE color: 12485048.
HSL color Cylindrical-coordinate representation of color #B881BE: hue angle of 294.1º 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 #B881BE is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 129 | 190 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.25 |
| HSL | 294.1º | 0.32% | 0.63% | - |
| HSV(B) | 294.1º | 0.32% | 0.75% | - |
| XYZ | 36.91 | 29.61 | 52.48 | - |
| YUV | 152.4 | 149.22 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 190 | 0.03 | 0.32 | 0 | 0.25 | 294.1 | 0.32 | 0.63 |
| Hex | B8 | 81 | BE | 3 | 20 | 0 | 19 | 126 | 20 | 3F |
| Octal | 270 | 201 | 276 | 3 | 40 | 0 | 31 | 446 | 40 | 77 |
| Binary | 10111000 | 10000001 | 10111110 | 11 | 100000 | 0 | 11001 | 100100110 | 100000 | 111111 |
Color Harmonies of #B881BE
Complementary color
Monochromatic Colors of #B881BE
Black with #B881BE
Text Example
Text Example
White with #B881BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B881BE; }
p { color: rgb(184,129,190); }
H1.HeaderClassName
{
color: #B881BE;
}
.AnyTagClassName
{
color: #B881BE;
}
</style>
background-color css
<style>
a { background-color: #B881BE; }
a { background-color: rgb(184,129,190); }
div.DivClassName
{
background-color: #B881BE;
}
.BgClassName
{
background-color: #B881BE;
}
</style>
border-color css
<style>
span { border-color: #B881BE; }
span { border-color: rgb(184,129,190); }
td.TdClassName
{
border-color: #B881BE;
}
.TagClassName
{
border-color: #B881BE;
}
</style>