Shades of East Side #BE7ACD
Tints of East Side #BE7ACD
RGB
CMYK
RGB Variations
Color information
#BE7ACD (or 0xBE7ACD) is known color: East Side. HEX triplet: BE, 7A and CD. RGB value is (190,122,205). Sum of RGB (Red+Green+Blue) = 190+122+205=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 122 (48.05% from 255 or 23.60% 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 #BE7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ACD is #418532. Grayscale: #979797. Windows color (decimal): -4293939 or 13466302. OLE color: 13466302.
HSL color Cylindrical-coordinate representation of color #BE7ACD: hue angle of 289.16º 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 #BE7ACD is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 122 | 205 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.20 |
| HSL | 289.16º | 0.45% | 0.64% | - |
| HSV(B) | 289.16º | 0.4% | 0.8% | - |
| XYZ | 39.21 | 29.27 | 61.34 | - |
| YUV | 151.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 205 | 0.07 | 0.40 | 0 | 0.20 | 289.16 | 0.45 | 0.64 |
| Hex | BE | 7A | CD | 7 | 28 | 0 | 14 | 121 | 2D | 40 |
| Octal | 276 | 172 | 315 | 7 | 50 | 0 | 24 | 441 | 55 | 100 |
| Binary | 10111110 | 1111010 | 11001101 | 111 | 101000 | 0 | 10100 | 100100001 | 101101 | 1000000 |
Color Harmonies of #BE7ACD
Complementary color
Monochromatic Colors of #BE7ACD
Black with #BE7ACD
Text Example
Text Example
White with #BE7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7ACD; }
p { color: rgb(190,122,205); }
H1.HeaderClassName
{
color: #BE7ACD;
}
.AnyTagClassName
{
color: #BE7ACD;
}
</style>
background-color css
<style>
a { background-color: #BE7ACD; }
a { background-color: rgb(190,122,205); }
div.DivClassName
{
background-color: #BE7ACD;
}
.BgClassName
{
background-color: #BE7ACD;
}
</style>
border-color css
<style>
span { border-color: #BE7ACD; }
span { border-color: rgb(190,122,205); }
td.TdClassName
{
border-color: #BE7ACD;
}
.TagClassName
{
border-color: #BE7ACD;
}
</style>