Shades of East Side #BC84D1
Tints of East Side #BC84D1
RGB
CMYK
RGB Variations
Color information
#BC84D1 (or 0xBC84D1) is known color: East Side. HEX triplet: BC, 84 and D1. RGB value is (188,132,209). Sum of RGB (Red+Green+Blue) = 188+132+209=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC84D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84D1 is #437B2E. Grayscale: #9D9D9D. Windows color (decimal): -4422447 or 13731004. OLE color: 13731004.
HSL color Cylindrical-coordinate representation of color #BC84D1: hue angle of 283.64º degrees, saturation: 0.46, 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 #BC84D1 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 132 | 209 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.18 |
| HSL | 283.64º | 0.46% | 0.67% | - |
| HSV(B) | 283.64º | 0.37% | 0.82% | - |
| XYZ | 40.5 | 31.8 | 64.32 | - |
| YUV | 157.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 209 | 0.10 | 0.37 | 0 | 0.18 | 283.64 | 0.46 | 0.67 |
| Hex | BC | 84 | D1 | A | 25 | 0 | 12 | 11C | 2E | 43 |
| Octal | 274 | 204 | 321 | 12 | 45 | 0 | 22 | 434 | 56 | 103 |
| Binary | 10111100 | 10000100 | 11010001 | 1010 | 100101 | 0 | 10010 | 100011100 | 101110 | 1000011 |
Color Harmonies of #BC84D1
Complementary color
Monochromatic Colors of #BC84D1
Black with #BC84D1
Text Example
Text Example
White with #BC84D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC84D1; }
p { color: rgb(188,132,209); }
H1.HeaderClassName
{
color: #BC84D1;
}
.AnyTagClassName
{
color: #BC84D1;
}
</style>
background-color css
<style>
a { background-color: #BC84D1; }
a { background-color: rgb(188,132,209); }
div.DivClassName
{
background-color: #BC84D1;
}
.BgClassName
{
background-color: #BC84D1;
}
</style>
border-color css
<style>
span { border-color: #BC84D1; }
span { border-color: rgb(188,132,209); }
td.TdClassName
{
border-color: #BC84D1;
}
.TagClassName
{
border-color: #BC84D1;
}
</style>