Shades of East Side #BE80C4
Tints of East Side #BE80C4
RGB
CMYK
RGB Variations
Color information
#BE80C4 (or 0xBE80C4) is known color: East Side. HEX triplet: BE, 80 and C4. RGB value is (190,128,196). Sum of RGB (Red+Green+Blue) = 190+128+196=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE80C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80C4 is #417F3B. Grayscale: #9A9A9A. Windows color (decimal): -4292412 or 12878014. OLE color: 12878014.
HSL color Cylindrical-coordinate representation of color #BE80C4: hue angle of 294.71º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE80C4 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 128 | 196 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.23 |
| HSL | 294.71º | 0.37% | 0.64% | - |
| HSV(B) | 294.71º | 0.35% | 0.77% | - |
| XYZ | 38.92 | 30.37 | 56.04 | - |
| YUV | 154.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 196 | 0.03 | 0.35 | 0 | 0.23 | 294.71 | 0.37 | 0.64 |
| Hex | BE | 80 | C4 | 3 | 23 | 0 | 17 | 127 | 25 | 40 |
| Octal | 276 | 200 | 304 | 3 | 43 | 0 | 27 | 447 | 45 | 100 |
| Binary | 10111110 | 10000000 | 11000100 | 11 | 100011 | 0 | 10111 | 100100111 | 100101 | 1000000 |
Color Harmonies of #BE80C4
Complementary color
Monochromatic Colors of #BE80C4
Black with #BE80C4
Text Example
Text Example
White with #BE80C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80C4; }
p { color: rgb(190,128,196); }
H1.HeaderClassName
{
color: #BE80C4;
}
.AnyTagClassName
{
color: #BE80C4;
}
</style>
background-color css
<style>
a { background-color: #BE80C4; }
a { background-color: rgb(190,128,196); }
div.DivClassName
{
background-color: #BE80C4;
}
.BgClassName
{
background-color: #BE80C4;
}
</style>
border-color css
<style>
span { border-color: #BE80C4; }
span { border-color: rgb(190,128,196); }
td.TdClassName
{
border-color: #BE80C4;
}
.TagClassName
{
border-color: #BE80C4;
}
</style>