Shades of Medium Orchid #BE2CDF
Tints of Medium Orchid #BE2CDF
RGB
CMYK
RGB Variations
Color information
#BE2CDF (or 0xBE2CDF) is known color: Medium Orchid. HEX triplet: BE, 2C and DF. RGB value is (190,44,223). Sum of RGB (Red+Green+Blue) = 190+44+223=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE2CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2CDF is #41D320. Grayscale: #6B6B6B. Windows color (decimal): -4313889 or 14625982. OLE color: 14625982.
HSL color Cylindrical-coordinate representation of color #BE2CDF: hue angle of 288.94º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2CDF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 44 | 223 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.13 |
| HSL | 288.94º | 0.74% | 0.52% | - |
| HSV(B) | 288.94º | 0.8% | 0.87% | - |
| XYZ | 35.46 | 18.08 | 71.43 | - |
| YUV | 108.06 | 192.87 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 223 | 0.15 | 0.80 | 0 | 0.13 | 288.94 | 0.74 | 0.52 |
| Hex | BE | 2C | DF | F | 50 | 0 | D | 121 | 4A | 34 |
| Octal | 276 | 54 | 337 | 17 | 120 | 0 | 15 | 441 | 112 | 64 |
| Binary | 10111110 | 101100 | 11011111 | 1111 | 1010000 | 0 | 1101 | 100100001 | 1001010 | 110100 |
Color Harmonies of #BE2CDF
Complementary color
Monochromatic Colors of #BE2CDF
Black with #BE2CDF
Text Example
Text Example
White with #BE2CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CDF; }
p { color: rgb(190,44,223); }
H1.HeaderClassName
{
color: #BE2CDF;
}
.AnyTagClassName
{
color: #BE2CDF;
}
</style>
background-color css
<style>
a { background-color: #BE2CDF; }
a { background-color: rgb(190,44,223); }
div.DivClassName
{
background-color: #BE2CDF;
}
.BgClassName
{
background-color: #BE2CDF;
}
</style>
border-color css
<style>
span { border-color: #BE2CDF; }
span { border-color: rgb(190,44,223); }
td.TdClassName
{
border-color: #BE2CDF;
}
.TagClassName
{
border-color: #BE2CDF;
}
</style>