Shades of East Side #BC7AD0
Tints of East Side #BC7AD0
RGB
CMYK
RGB Variations
Color information
#BC7AD0 (or 0xBC7AD0) is known color: East Side. HEX triplet: BC, 7A and D0. RGB value is (188,122,208). Sum of RGB (Red+Green+Blue) = 188+122+208=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC7AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7AD0 is #43852F. Grayscale: #979797. Windows color (decimal): -4425008 or 13662908. OLE color: 13662908.
HSL color Cylindrical-coordinate representation of color #BC7AD0: hue angle of 286.05º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC7AD0 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 122 | 208 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.18 |
| HSL | 286.05º | 0.48% | 0.65% | - |
| HSV(B) | 286.05º | 0.41% | 0.82% | - |
| XYZ | 39.08 | 29.16 | 63.24 | - |
| YUV | 151.54 | 159.87 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 208 | 0.10 | 0.41 | 0 | 0.18 | 286.05 | 0.48 | 0.65 |
| Hex | BC | 7A | D0 | A | 29 | 0 | 12 | 11E | 30 | 41 |
| Octal | 274 | 172 | 320 | 12 | 51 | 0 | 22 | 436 | 60 | 101 |
| Binary | 10111100 | 1111010 | 11010000 | 1010 | 101001 | 0 | 10010 | 100011110 | 110000 | 1000001 |
Color Harmonies of #BC7AD0
Complementary color
Monochromatic Colors of #BC7AD0
Black with #BC7AD0
Text Example
Text Example
White with #BC7AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AD0; }
p { color: rgb(188,122,208); }
H1.HeaderClassName
{
color: #BC7AD0;
}
.AnyTagClassName
{
color: #BC7AD0;
}
</style>
background-color css
<style>
a { background-color: #BC7AD0; }
a { background-color: rgb(188,122,208); }
div.DivClassName
{
background-color: #BC7AD0;
}
.BgClassName
{
background-color: #BC7AD0;
}
</style>
border-color css
<style>
span { border-color: #BC7AD0; }
span { border-color: rgb(188,122,208); }
td.TdClassName
{
border-color: #BC7AD0;
}
.TagClassName
{
border-color: #BC7AD0;
}
</style>