Shades of East Side #BC84CA
Tints of East Side #BC84CA
RGB
CMYK
RGB Variations
Color information
#BC84CA (or 0xBC84CA) is known color: East Side. HEX triplet: BC, 84 and CA. RGB value is (188,132,202). Sum of RGB (Red+Green+Blue) = 188+132+202=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84CA is #437B35. Grayscale: #9C9C9C. Windows color (decimal): -4422454 or 13272252. OLE color: 13272252.
HSL color Cylindrical-coordinate representation of color #BC84CA: hue angle of 288º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC84CA is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 132 | 202 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.21 |
| HSL | 288º | 0.4% | 0.65% | - |
| HSV(B) | 288º | 0.35% | 0.79% | - |
| XYZ | 39.65 | 31.46 | 59.86 | - |
| YUV | 156.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 202 | 0.07 | 0.35 | 0 | 0.21 | 288 | 0.4 | 0.65 |
| Hex | BC | 84 | CA | 7 | 23 | 0 | 15 | 120 | 28 | 41 |
| Octal | 274 | 204 | 312 | 7 | 43 | 0 | 25 | 440 | 50 | 101 |
| Binary | 10111100 | 10000100 | 11001010 | 111 | 100011 | 0 | 10101 | 100100000 | 101000 | 1000001 |
Color Harmonies of #BC84CA
Complementary color
Monochromatic Colors of #BC84CA
Black with #BC84CA
Text Example
Text Example
White with #BC84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC84CA; }
p { color: rgb(188,132,202); }
H1.HeaderClassName
{
color: #BC84CA;
}
.AnyTagClassName
{
color: #BC84CA;
}
</style>
background-color css
<style>
a { background-color: #BC84CA; }
a { background-color: rgb(188,132,202); }
div.DivClassName
{
background-color: #BC84CA;
}
.BgClassName
{
background-color: #BC84CA;
}
</style>
border-color css
<style>
span { border-color: #BC84CA; }
span { border-color: rgb(188,132,202); }
td.TdClassName
{
border-color: #BC84CA;
}
.TagClassName
{
border-color: #BC84CA;
}
</style>