Shades of East Side #BE7BCC
Tints of East Side #BE7BCC
RGB
CMYK
RGB Variations
Color information
#BE7BCC (or 0xBE7BCC) is known color: East Side. HEX triplet: BE, 7B and CC. RGB value is (190,123,204). Sum of RGB (Red+Green+Blue) = 190+123+204=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BCC is #418433. Grayscale: #989898. Windows color (decimal): -4293684 or 13401022. OLE color: 13401022.
HSL color Cylindrical-coordinate representation of color #BE7BCC: hue angle of 289.63º degrees, saturation: 0.44, 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 #BE7BCC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 123 | 204 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.2 |
| HSL | 289.63º | 0.44% | 0.64% | - |
| HSV(B) | 289.63º | 0.4% | 0.8% | - |
| XYZ | 39.22 | 29.47 | 60.75 | - |
| YUV | 152.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 204 | 0.07 | 0.40 | 0 | 0.2 | 289.63 | 0.44 | 0.64 |
| Hex | BE | 7B | CC | 7 | 28 | 0 | 14 | 122 | 2C | 40 |
| Octal | 276 | 173 | 314 | 7 | 50 | 0 | 24 | 442 | 54 | 100 |
| Binary | 10111110 | 1111011 | 11001100 | 111 | 101000 | 0 | 10100 | 100100010 | 101100 | 1000000 |
Color Harmonies of #BE7BCC
Complementary color
Monochromatic Colors of #BE7BCC
Black with #BE7BCC
Text Example
Text Example
White with #BE7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BCC; }
p { color: rgb(190,123,204); }
H1.HeaderClassName
{
color: #BE7BCC;
}
.AnyTagClassName
{
color: #BE7BCC;
}
</style>
background-color css
<style>
a { background-color: #BE7BCC; }
a { background-color: rgb(190,123,204); }
div.DivClassName
{
background-color: #BE7BCC;
}
.BgClassName
{
background-color: #BE7BCC;
}
</style>
border-color css
<style>
span { border-color: #BE7BCC; }
span { border-color: rgb(190,123,204); }
td.TdClassName
{
border-color: #BE7BCC;
}
.TagClassName
{
border-color: #BE7BCC;
}
</style>