Shades of East Side #BC83C3
Tints of East Side #BC83C3
RGB
CMYK
RGB Variations
Color information
#BC83C3 (or 0xBC83C3) is known color: East Side. HEX triplet: BC, 83 and C3. RGB value is (188,131,195). Sum of RGB (Red+Green+Blue) = 188+131+195=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC83C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83C3 is #437C3C. Grayscale: #9B9B9B. Windows color (decimal): -4422717 or 12813244. OLE color: 12813244.
HSL color Cylindrical-coordinate representation of color #BC83C3: hue angle of 293.44º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC83C3 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 131 | 195 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.24 |
| HSL | 293.44º | 0.35% | 0.64% | - |
| HSV(B) | 293.44º | 0.33% | 0.76% | - |
| XYZ | 38.71 | 30.86 | 55.55 | - |
| YUV | 155.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 195 | 0.04 | 0.33 | 0 | 0.24 | 293.44 | 0.35 | 0.64 |
| Hex | BC | 83 | C3 | 4 | 21 | 0 | 18 | 125 | 23 | 40 |
| Octal | 274 | 203 | 303 | 4 | 41 | 0 | 30 | 445 | 43 | 100 |
| Binary | 10111100 | 10000011 | 11000011 | 100 | 100001 | 0 | 11000 | 100100101 | 100011 | 1000000 |
Color Harmonies of #BC83C3
Complementary color
Monochromatic Colors of #BC83C3
Black with #BC83C3
Text Example
Text Example
White with #BC83C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC83C3; }
p { color: rgb(188,131,195); }
H1.HeaderClassName
{
color: #BC83C3;
}
.AnyTagClassName
{
color: #BC83C3;
}
</style>
background-color css
<style>
a { background-color: #BC83C3; }
a { background-color: rgb(188,131,195); }
div.DivClassName
{
background-color: #BC83C3;
}
.BgClassName
{
background-color: #BC83C3;
}
</style>
border-color css
<style>
span { border-color: #BC83C3; }
span { border-color: rgb(188,131,195); }
td.TdClassName
{
border-color: #BC83C3;
}
.TagClassName
{
border-color: #BC83C3;
}
</style>