Shades of East Side #BC7CCD
Tints of East Side #BC7CCD
RGB
CMYK
RGB Variations
Color information
#BC7CCD (or 0xBC7CCD) is known color: East Side. HEX triplet: BC, 7C and CD. RGB value is (188,124,205). Sum of RGB (Red+Green+Blue) = 188+124+205=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CCD is #438332. Grayscale: #989898. Windows color (decimal): -4424499 or 13466812. OLE color: 13466812.
HSL color Cylindrical-coordinate representation of color #BC7CCD: hue angle of 287.41º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7CCD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 124 | 205 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.20 |
| HSL | 287.41º | 0.45% | 0.65% | - |
| HSV(B) | 287.41º | 0.4% | 0.8% | - |
| XYZ | 38.97 | 29.51 | 61.4 | - |
| YUV | 152.37 | 157.7 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 205 | 0.08 | 0.40 | 0 | 0.20 | 287.41 | 0.45 | 0.65 |
| Hex | BC | 7C | CD | 8 | 28 | 0 | 14 | 11F | 2D | 41 |
| Octal | 274 | 174 | 315 | 10 | 50 | 0 | 24 | 437 | 55 | 101 |
| Binary | 10111100 | 1111100 | 11001101 | 1000 | 101000 | 0 | 10100 | 100011111 | 101101 | 1000001 |
Color Harmonies of #BC7CCD
Complementary color
Monochromatic Colors of #BC7CCD
Black with #BC7CCD
Text Example
Text Example
White with #BC7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CCD; }
p { color: rgb(188,124,205); }
H1.HeaderClassName
{
color: #BC7CCD;
}
.AnyTagClassName
{
color: #BC7CCD;
}
</style>
background-color css
<style>
a { background-color: #BC7CCD; }
a { background-color: rgb(188,124,205); }
div.DivClassName
{
background-color: #BC7CCD;
}
.BgClassName
{
background-color: #BC7CCD;
}
</style>
border-color css
<style>
span { border-color: #BC7CCD; }
span { border-color: rgb(188,124,205); }
td.TdClassName
{
border-color: #BC7CCD;
}
.TagClassName
{
border-color: #BC7CCD;
}
</style>