Shades of East Side #BC83C1
Tints of East Side #BC83C1
RGB
CMYK
RGB Variations
Color information
#BC83C1 (or 0xBC83C1) is known color: East Side. HEX triplet: BC, 83 and C1. RGB value is (188,131,193). Sum of RGB (Red+Green+Blue) = 188+131+193=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC83C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83C1 is #437C3E. Grayscale: #9A9A9A. Windows color (decimal): -4422719 or 12682172. OLE color: 12682172.
HSL color Cylindrical-coordinate representation of color #BC83C1: hue angle of 295.16º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC83C1 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 131 | 193 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.24 |
| HSL | 295.16º | 0.33% | 0.64% | - |
| HSV(B) | 295.16º | 0.32% | 0.76% | - |
| XYZ | 38.48 | 30.77 | 54.36 | - |
| YUV | 155.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 193 | 0.03 | 0.32 | 0 | 0.24 | 295.16 | 0.33 | 0.64 |
| Hex | BC | 83 | C1 | 3 | 20 | 0 | 18 | 127 | 21 | 40 |
| Octal | 274 | 203 | 301 | 3 | 40 | 0 | 30 | 447 | 41 | 100 |
| Binary | 10111100 | 10000011 | 11000001 | 11 | 100000 | 0 | 11000 | 100100111 | 100001 | 1000000 |
Color Harmonies of #BC83C1
Complementary color
Monochromatic Colors of #BC83C1
Black with #BC83C1
Text Example
Text Example
White with #BC83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC83C1; }
p { color: rgb(188,131,193); }
H1.HeaderClassName
{
color: #BC83C1;
}
.AnyTagClassName
{
color: #BC83C1;
}
</style>
background-color css
<style>
a { background-color: #BC83C1; }
a { background-color: rgb(188,131,193); }
div.DivClassName
{
background-color: #BC83C1;
}
.BgClassName
{
background-color: #BC83C1;
}
</style>
border-color css
<style>
span { border-color: #BC83C1; }
span { border-color: rgb(188,131,193); }
td.TdClassName
{
border-color: #BC83C1;
}
.TagClassName
{
border-color: #BC83C1;
}
</style>