Shades of East Side #BC83D0
Tints of East Side #BC83D0
RGB
CMYK
RGB Variations
Color information
#BC83D0 (or 0xBC83D0) is known color: East Side. HEX triplet: BC, 83 and D0. RGB value is (188,131,208). Sum of RGB (Red+Green+Blue) = 188+131+208=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC83D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83D0 is #437C2F. Grayscale: #9C9C9C. Windows color (decimal): -4422704 or 13665212. OLE color: 13665212.
HSL color Cylindrical-coordinate representation of color #BC83D0: hue angle of 284.42º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC83D0 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 131 | 208 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.18 |
| HSL | 284.42º | 0.45% | 0.66% | - |
| HSV(B) | 284.42º | 0.37% | 0.82% | - |
| XYZ | 40.24 | 31.48 | 63.63 | - |
| YUV | 156.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 208 | 0.10 | 0.37 | 0 | 0.18 | 284.42 | 0.45 | 0.66 |
| Hex | BC | 83 | D0 | A | 25 | 0 | 12 | 11C | 2D | 42 |
| Octal | 274 | 203 | 320 | 12 | 45 | 0 | 22 | 434 | 55 | 102 |
| Binary | 10111100 | 10000011 | 11010000 | 1010 | 100101 | 0 | 10010 | 100011100 | 101101 | 1000010 |
Color Harmonies of #BC83D0
Complementary color
Monochromatic Colors of #BC83D0
Black with #BC83D0
Text Example
Text Example
White with #BC83D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC83D0; }
p { color: rgb(188,131,208); }
H1.HeaderClassName
{
color: #BC83D0;
}
.AnyTagClassName
{
color: #BC83D0;
}
</style>
background-color css
<style>
a { background-color: #BC83D0; }
a { background-color: rgb(188,131,208); }
div.DivClassName
{
background-color: #BC83D0;
}
.BgClassName
{
background-color: #BC83D0;
}
</style>
border-color css
<style>
span { border-color: #BC83D0; }
span { border-color: rgb(188,131,208); }
td.TdClassName
{
border-color: #BC83D0;
}
.TagClassName
{
border-color: #BC83D0;
}
</style>