Shades of Medium Orchid #BE49CB
Tints of Medium Orchid #BE49CB
RGB
CMYK
RGB Variations
Color information
#BE49CB (or 0xBE49CB) is known color: Medium Orchid. HEX triplet: BE, 49 and CB. RGB value is (190,73,203). Sum of RGB (Red+Green+Blue) = 190+73+203=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE49CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49CB is #41B634. Grayscale: #7A7A7A. Windows color (decimal): -4306485 or 13322686. OLE color: 13322686.
HSL color Cylindrical-coordinate representation of color #BE49CB: hue angle of 294º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE49CB is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 73 | 203 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.20 |
| HSL | 294º | 0.56% | 0.54% | - |
| HSV(B) | 294º | 0.64% | 0.8% | - |
| XYZ | 34.4 | 20.02 | 58.55 | - |
| YUV | 122.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 203 | 0.06 | 0.64 | 0 | 0.20 | 294 | 0.56 | 0.54 |
| Hex | BE | 49 | CB | 6 | 40 | 0 | 14 | 126 | 38 | 36 |
| Octal | 276 | 111 | 313 | 6 | 100 | 0 | 24 | 446 | 70 | 66 |
| Binary | 10111110 | 1001001 | 11001011 | 110 | 1000000 | 0 | 10100 | 100100110 | 111000 | 110110 |
Color Harmonies of #BE49CB
Complementary color
Monochromatic Colors of #BE49CB
Black with #BE49CB
Text Example
Text Example
White with #BE49CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49CB; }
p { color: rgb(190,73,203); }
H1.HeaderClassName
{
color: #BE49CB;
}
.AnyTagClassName
{
color: #BE49CB;
}
</style>
background-color css
<style>
a { background-color: #BE49CB; }
a { background-color: rgb(190,73,203); }
div.DivClassName
{
background-color: #BE49CB;
}
.BgClassName
{
background-color: #BE49CB;
}
</style>
border-color css
<style>
span { border-color: #BE49CB; }
span { border-color: rgb(190,73,203); }
td.TdClassName
{
border-color: #BE49CB;
}
.TagClassName
{
border-color: #BE49CB;
}
</style>