Shades of East Side #BC7FCD
Tints of East Side #BC7FCD
RGB
CMYK
RGB Variations
Color information
#BC7FCD (or 0xBC7FCD) is known color: East Side. HEX triplet: BC, 7F and CD. RGB value is (188,127,205). Sum of RGB (Red+Green+Blue) = 188+127+205=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FCD is #438032. Grayscale: #999999. Windows color (decimal): -4423731 or 13467580. OLE color: 13467580.
HSL color Cylindrical-coordinate representation of color #BC7FCD: hue angle of 286.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7FCD is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 127 | 205 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.20 |
| HSL | 286.92º | 0.44% | 0.65% | - |
| HSV(B) | 286.92º | 0.38% | 0.8% | - |
| XYZ | 39.35 | 30.28 | 61.53 | - |
| YUV | 154.13 | 156.71 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 205 | 0.08 | 0.38 | 0 | 0.20 | 286.92 | 0.44 | 0.65 |
| Hex | BC | 7F | CD | 8 | 26 | 0 | 14 | 11F | 2C | 41 |
| Octal | 274 | 177 | 315 | 10 | 46 | 0 | 24 | 437 | 54 | 101 |
| Binary | 10111100 | 1111111 | 11001101 | 1000 | 100110 | 0 | 10100 | 100011111 | 101100 | 1000001 |
Color Harmonies of #BC7FCD
Complementary color
Monochromatic Colors of #BC7FCD
Black with #BC7FCD
Text Example
Text Example
White with #BC7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7FCD; }
p { color: rgb(188,127,205); }
H1.HeaderClassName
{
color: #BC7FCD;
}
.AnyTagClassName
{
color: #BC7FCD;
}
</style>
background-color css
<style>
a { background-color: #BC7FCD; }
a { background-color: rgb(188,127,205); }
div.DivClassName
{
background-color: #BC7FCD;
}
.BgClassName
{
background-color: #BC7FCD;
}
</style>
border-color css
<style>
span { border-color: #BC7FCD; }
span { border-color: rgb(188,127,205); }
td.TdClassName
{
border-color: #BC7FCD;
}
.TagClassName
{
border-color: #BC7FCD;
}
</style>