Shades of East Side #BE7ACC
Tints of East Side #BE7ACC
RGB
CMYK
RGB Variations
Color information
#BE7ACC (or 0xBE7ACC) is known color: East Side. HEX triplet: BE, 7A and CC. RGB value is (190,122,204). Sum of RGB (Red+Green+Blue) = 190+122+204=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ACC is #418533. Grayscale: #979797. Windows color (decimal): -4293940 or 13400766. OLE color: 13400766.
HSL color Cylindrical-coordinate representation of color #BE7ACC: hue angle of 289.76º 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 #BE7ACC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 122 | 204 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.2 |
| HSL | 289.76º | 0.45% | 0.64% | - |
| HSV(B) | 289.76º | 0.4% | 0.8% | - |
| XYZ | 39.09 | 29.23 | 60.71 | - |
| YUV | 151.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 204 | 0.07 | 0.40 | 0 | 0.2 | 289.76 | 0.45 | 0.64 |
| Hex | BE | 7A | CC | 7 | 28 | 0 | 14 | 122 | 2D | 40 |
| Octal | 276 | 172 | 314 | 7 | 50 | 0 | 24 | 442 | 55 | 100 |
| Binary | 10111110 | 1111010 | 11001100 | 111 | 101000 | 0 | 10100 | 100100010 | 101101 | 1000000 |
Color Harmonies of #BE7ACC
Complementary color
Monochromatic Colors of #BE7ACC
Black with #BE7ACC
Text Example
Text Example
White with #BE7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7ACC; }
p { color: rgb(190,122,204); }
H1.HeaderClassName
{
color: #BE7ACC;
}
.AnyTagClassName
{
color: #BE7ACC;
}
</style>
background-color css
<style>
a { background-color: #BE7ACC; }
a { background-color: rgb(190,122,204); }
div.DivClassName
{
background-color: #BE7ACC;
}
.BgClassName
{
background-color: #BE7ACC;
}
</style>
border-color css
<style>
span { border-color: #BE7ACC; }
span { border-color: rgb(190,122,204); }
td.TdClassName
{
border-color: #BE7ACC;
}
.TagClassName
{
border-color: #BE7ACC;
}
</style>