Shades of East Side #BC84D0
Tints of East Side #BC84D0
RGB
CMYK
RGB Variations
Color information
#BC84D0 (or 0xBC84D0) is known color: East Side. HEX triplet: BC, 84 and D0. RGB value is (188,132,208). Sum of RGB (Red+Green+Blue) = 188+132+208=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC84D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84D0 is #437B2F. Grayscale: #9D9D9D. Windows color (decimal): -4422448 or 13665468. OLE color: 13665468.
HSL color Cylindrical-coordinate representation of color #BC84D0: hue angle of 284.21º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC84D0 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 132 | 208 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.18 |
| HSL | 284.21º | 0.45% | 0.67% | - |
| HSV(B) | 284.21º | 0.37% | 0.82% | - |
| XYZ | 40.38 | 31.75 | 63.67 | - |
| YUV | 157.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 208 | 0.10 | 0.37 | 0 | 0.18 | 284.21 | 0.45 | 0.67 |
| Hex | BC | 84 | D0 | A | 25 | 0 | 12 | 11C | 2D | 43 |
| Octal | 274 | 204 | 320 | 12 | 45 | 0 | 22 | 434 | 55 | 103 |
| Binary | 10111100 | 10000100 | 11010000 | 1010 | 100101 | 0 | 10010 | 100011100 | 101101 | 1000011 |
Color Harmonies of #BC84D0
Complementary color
Monochromatic Colors of #BC84D0
Black with #BC84D0
Text Example
Text Example
White with #BC84D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC84D0; }
p { color: rgb(188,132,208); }
H1.HeaderClassName
{
color: #BC84D0;
}
.AnyTagClassName
{
color: #BC84D0;
}
</style>
background-color css
<style>
a { background-color: #BC84D0; }
a { background-color: rgb(188,132,208); }
div.DivClassName
{
background-color: #BC84D0;
}
.BgClassName
{
background-color: #BC84D0;
}
</style>
border-color css
<style>
span { border-color: #BC84D0; }
span { border-color: rgb(188,132,208); }
td.TdClassName
{
border-color: #BC84D0;
}
.TagClassName
{
border-color: #BC84D0;
}
</style>