Shades of East Side #BC81C7
Tints of East Side #BC81C7
RGB
CMYK
RGB Variations
Color information
#BC81C7 (or 0xBC81C7) is known color: East Side. HEX triplet: BC, 81 and C7. RGB value is (188,129,199). Sum of RGB (Red+Green+Blue) = 188+129+199=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC81C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81C7 is #437E38. Grayscale: #9A9A9A. Windows color (decimal): -4423225 or 13074876. OLE color: 13074876.
HSL color Cylindrical-coordinate representation of color #BC81C7: hue angle of 290.57º 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 #BC81C7 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 129 | 199 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.22 |
| HSL | 290.57º | 0.38% | 0.64% | - |
| HSV(B) | 290.57º | 0.35% | 0.78% | - |
| XYZ | 38.9 | 30.52 | 57.87 | - |
| YUV | 154.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 199 | 0.06 | 0.35 | 0 | 0.22 | 290.57 | 0.38 | 0.64 |
| Hex | BC | 81 | C7 | 6 | 23 | 0 | 16 | 123 | 26 | 40 |
| Octal | 274 | 201 | 307 | 6 | 43 | 0 | 26 | 443 | 46 | 100 |
| Binary | 10111100 | 10000001 | 11000111 | 110 | 100011 | 0 | 10110 | 100100011 | 100110 | 1000000 |
Color Harmonies of #BC81C7
Complementary color
Monochromatic Colors of #BC81C7
Black with #BC81C7
Text Example
Text Example
White with #BC81C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81C7; }
p { color: rgb(188,129,199); }
H1.HeaderClassName
{
color: #BC81C7;
}
.AnyTagClassName
{
color: #BC81C7;
}
</style>
background-color css
<style>
a { background-color: #BC81C7; }
a { background-color: rgb(188,129,199); }
div.DivClassName
{
background-color: #BC81C7;
}
.BgClassName
{
background-color: #BC81C7;
}
</style>
border-color css
<style>
span { border-color: #BC81C7; }
span { border-color: rgb(188,129,199); }
td.TdClassName
{
border-color: #BC81C7;
}
.TagClassName
{
border-color: #BC81C7;
}
</style>