Shades of East Side #BC7BCD
Tints of East Side #BC7BCD
RGB
CMYK
RGB Variations
Color information
#BC7BCD (or 0xBC7BCD) is known color: East Side. HEX triplet: BC, 7B and CD. RGB value is (188,123,205). Sum of RGB (Red+Green+Blue) = 188+123+205=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BCD is #438432. Grayscale: #979797. Windows color (decimal): -4424755 or 13466556. OLE color: 13466556.
HSL color Cylindrical-coordinate representation of color #BC7BCD: hue angle of 287.56º 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 #BC7BCD is Cyan = 0.08, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 123 | 205 | - |
| CMYK | 0.08 | 0.4 | 0 | 0.20 |
| HSL | 287.56º | 0.45% | 0.64% | - |
| HSV(B) | 287.56º | 0.4% | 0.8% | - |
| XYZ | 38.84 | 29.27 | 61.36 | - |
| YUV | 151.78 | 158.03 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 205 | 0.08 | 0.4 | 0 | 0.20 | 287.56 | 0.45 | 0.64 |
| Hex | BC | 7B | CD | 8 | 28 | 0 | 14 | 120 | 2D | 40 |
| Octal | 274 | 173 | 315 | 10 | 50 | 0 | 24 | 440 | 55 | 100 |
| Binary | 10111100 | 1111011 | 11001101 | 1000 | 101000 | 0 | 10100 | 100100000 | 101101 | 1000000 |
Color Harmonies of #BC7BCD
Complementary color
Monochromatic Colors of #BC7BCD
Black with #BC7BCD
Text Example
Text Example
White with #BC7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BCD; }
p { color: rgb(188,123,205); }
H1.HeaderClassName
{
color: #BC7BCD;
}
.AnyTagClassName
{
color: #BC7BCD;
}
</style>
background-color css
<style>
a { background-color: #BC7BCD; }
a { background-color: rgb(188,123,205); }
div.DivClassName
{
background-color: #BC7BCD;
}
.BgClassName
{
background-color: #BC7BCD;
}
</style>
border-color css
<style>
span { border-color: #BC7BCD; }
span { border-color: rgb(188,123,205); }
td.TdClassName
{
border-color: #BC7BCD;
}
.TagClassName
{
border-color: #BC7BCD;
}
</style>