Shades of East Side #BE7BCD
Tints of East Side #BE7BCD
RGB
CMYK
RGB Variations
Color information
#BE7BCD (or 0xBE7BCD) is known color: East Side. HEX triplet: BE, 7B and CD. RGB value is (190,123,205). Sum of RGB (Red+Green+Blue) = 190+123+205=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BCD is #418432. Grayscale: #989898. Windows color (decimal): -4293683 or 13466558. OLE color: 13466558.
HSL color Cylindrical-coordinate representation of color #BE7BCD: hue angle of 289.02º 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 #BE7BCD is Cyan = 0.07, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 123 | 205 | - |
| CMYK | 0.07 | 0.4 | 0 | 0.20 |
| HSL | 289.02º | 0.45% | 0.64% | - |
| HSV(B) | 289.02º | 0.4% | 0.8% | - |
| XYZ | 39.34 | 29.52 | 61.38 | - |
| YUV | 152.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 205 | 0.07 | 0.4 | 0 | 0.20 | 289.02 | 0.45 | 0.64 |
| Hex | BE | 7B | CD | 7 | 28 | 0 | 14 | 121 | 2D | 40 |
| Octal | 276 | 173 | 315 | 7 | 50 | 0 | 24 | 441 | 55 | 100 |
| Binary | 10111110 | 1111011 | 11001101 | 111 | 101000 | 0 | 10100 | 100100001 | 101101 | 1000000 |
Color Harmonies of #BE7BCD
Complementary color
Monochromatic Colors of #BE7BCD
Black with #BE7BCD
Text Example
Text Example
White with #BE7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BCD; }
p { color: rgb(190,123,205); }
H1.HeaderClassName
{
color: #BE7BCD;
}
.AnyTagClassName
{
color: #BE7BCD;
}
</style>
background-color css
<style>
a { background-color: #BE7BCD; }
a { background-color: rgb(190,123,205); }
div.DivClassName
{
background-color: #BE7BCD;
}
.BgClassName
{
background-color: #BE7BCD;
}
</style>
border-color css
<style>
span { border-color: #BE7BCD; }
span { border-color: rgb(190,123,205); }
td.TdClassName
{
border-color: #BE7BCD;
}
.TagClassName
{
border-color: #BE7BCD;
}
</style>