Shades of East Side #BC7ACD
Tints of East Side #BC7ACD
RGB
CMYK
RGB Variations
Color information
#BC7ACD (or 0xBC7ACD) is known color: East Side. HEX triplet: BC, 7A and CD. RGB value is (188,122,205). Sum of RGB (Red+Green+Blue) = 188+122+205=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ACD is #438532. Grayscale: #969696. Windows color (decimal): -4425011 or 13466300. OLE color: 13466300.
HSL color Cylindrical-coordinate representation of color #BC7ACD: hue angle of 287.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7ACD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 122 | 205 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.20 |
| HSL | 287.71º | 0.45% | 0.64% | - |
| HSV(B) | 287.71º | 0.4% | 0.8% | - |
| XYZ | 38.72 | 29.02 | 61.32 | - |
| YUV | 151.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 205 | 0.08 | 0.40 | 0 | 0.20 | 287.71 | 0.45 | 0.64 |
| Hex | BC | 7A | CD | 8 | 28 | 0 | 14 | 120 | 2D | 40 |
| Octal | 274 | 172 | 315 | 10 | 50 | 0 | 24 | 440 | 55 | 100 |
| Binary | 10111100 | 1111010 | 11001101 | 1000 | 101000 | 0 | 10100 | 100100000 | 101101 | 1000000 |
Color Harmonies of #BC7ACD
Complementary color
Monochromatic Colors of #BC7ACD
Black with #BC7ACD
Text Example
Text Example
White with #BC7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7ACD; }
p { color: rgb(188,122,205); }
H1.HeaderClassName
{
color: #BC7ACD;
}
.AnyTagClassName
{
color: #BC7ACD;
}
</style>
background-color css
<style>
a { background-color: #BC7ACD; }
a { background-color: rgb(188,122,205); }
div.DivClassName
{
background-color: #BC7ACD;
}
.BgClassName
{
background-color: #BC7ACD;
}
</style>
border-color css
<style>
span { border-color: #BC7ACD; }
span { border-color: rgb(188,122,205); }
td.TdClassName
{
border-color: #BC7ACD;
}
.TagClassName
{
border-color: #BC7ACD;
}
</style>