Shades of East Side #BC7AD5
Tints of East Side #BC7AD5
RGB
CMYK
RGB Variations
Color information
#BC7AD5 (or 0xBC7AD5) is known color: East Side. HEX triplet: BC, 7A and D5. RGB value is (188,122,213). Sum of RGB (Red+Green+Blue) = 188+122+213=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7AD5 is #43852A. Grayscale: #979797. Windows color (decimal): -4425003 or 13990588. OLE color: 13990588.
HSL color Cylindrical-coordinate representation of color #BC7AD5: hue angle of 283.52º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC7AD5 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 122 | 213 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.16 |
| HSL | 283.52º | 0.52% | 0.66% | - |
| HSV(B) | 283.52º | 0.43% | 0.84% | - |
| XYZ | 39.71 | 29.41 | 66.54 | - |
| YUV | 152.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 213 | 0.12 | 0.43 | 0 | 0.16 | 283.52 | 0.52 | 0.66 |
| Hex | BC | 7A | D5 | C | 2B | 0 | 10 | 11C | 34 | 42 |
| Octal | 274 | 172 | 325 | 14 | 53 | 0 | 20 | 434 | 64 | 102 |
| Binary | 10111100 | 1111010 | 11010101 | 1100 | 101011 | 0 | 10000 | 100011100 | 110100 | 1000010 |
Color Harmonies of #BC7AD5
Complementary color
Monochromatic Colors of #BC7AD5
Black with #BC7AD5
Text Example
Text Example
White with #BC7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7AD5; }
p { color: rgb(188,122,213); }
H1.HeaderClassName
{
color: #BC7AD5;
}
.AnyTagClassName
{
color: #BC7AD5;
}
</style>
background-color css
<style>
a { background-color: #BC7AD5; }
a { background-color: rgb(188,122,213); }
div.DivClassName
{
background-color: #BC7AD5;
}
.BgClassName
{
background-color: #BC7AD5;
}
</style>
border-color css
<style>
span { border-color: #BC7AD5; }
span { border-color: rgb(188,122,213); }
td.TdClassName
{
border-color: #BC7AD5;
}
.TagClassName
{
border-color: #BC7AD5;
}
</style>