Shades of East Side #B881C7
Tints of East Side #B881C7
RGB
CMYK
RGB Variations
Color information
#B881C7 (or 0xB881C7) is known color: East Side. HEX triplet: B8, 81 and C7. RGB value is (184,129,199). Sum of RGB (Red+Green+Blue) = 184+129+199=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 199 - color contains mainly: blue. Hex color #B881C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881C7 is #477E38. Grayscale: #999999. Windows color (decimal): -4685369 or 13074872. OLE color: 13074872.
HSL color Cylindrical-coordinate representation of color #B881C7: hue angle of 287.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B881C7 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 129 | 199 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.22 |
| HSL | 287.14º | 0.38% | 0.64% | - |
| HSV(B) | 287.14º | 0.35% | 0.78% | - |
| XYZ | 37.93 | 30.01 | 57.83 | - |
| YUV | 153.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 199 | 0.08 | 0.35 | 0 | 0.22 | 287.14 | 0.38 | 0.64 |
| Hex | B8 | 81 | C7 | 8 | 23 | 0 | 16 | 11F | 26 | 40 |
| Octal | 270 | 201 | 307 | 10 | 43 | 0 | 26 | 437 | 46 | 100 |
| Binary | 10111000 | 10000001 | 11000111 | 1000 | 100011 | 0 | 10110 | 100011111 | 100110 | 1000000 |
Color Harmonies of #B881C7
Complementary color
Monochromatic Colors of #B881C7
Black with #B881C7
Text Example
Text Example
White with #B881C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B881C7; }
p { color: rgb(184,129,199); }
H1.HeaderClassName
{
color: #B881C7;
}
.AnyTagClassName
{
color: #B881C7;
}
</style>
background-color css
<style>
a { background-color: #B881C7; }
a { background-color: rgb(184,129,199); }
div.DivClassName
{
background-color: #B881C7;
}
.BgClassName
{
background-color: #B881C7;
}
</style>
border-color css
<style>
span { border-color: #B881C7; }
span { border-color: rgb(184,129,199); }
td.TdClassName
{
border-color: #B881C7;
}
.TagClassName
{
border-color: #B881C7;
}
</style>