Shades of Medium Orchid #BE2BDF
Tints of Medium Orchid #BE2BDF
RGB
CMYK
RGB Variations
Color information
#BE2BDF (or 0xBE2BDF) is known color: Medium Orchid. HEX triplet: BE, 2B and DF. RGB value is (190,43,223). Sum of RGB (Red+Green+Blue) = 190+43+223=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE2BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2BDF is #41D420. Grayscale: #6A6A6A. Windows color (decimal): -4314145 or 14625726. OLE color: 14625726.
HSL color Cylindrical-coordinate representation of color #BE2BDF: hue angle of 289º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2BDF is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 43 | 223 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.13 |
| HSL | 289º | 0.74% | 0.52% | - |
| HSV(B) | 289º | 0.81% | 0.87% | - |
| XYZ | 35.42 | 18 | 71.42 | - |
| YUV | 107.47 | 193.2 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 43 | 223 | 0.15 | 0.81 | 0 | 0.13 | 289 | 0.74 | 0.52 |
| Hex | BE | 2B | DF | F | 51 | 0 | D | 121 | 4A | 34 |
| Octal | 276 | 53 | 337 | 17 | 121 | 0 | 15 | 441 | 112 | 64 |
| Binary | 10111110 | 101011 | 11011111 | 1111 | 1010001 | 0 | 1101 | 100100001 | 1001010 | 110100 |
Color Harmonies of #BE2BDF
Complementary color
Monochromatic Colors of #BE2BDF
Black with #BE2BDF
Text Example
Text Example
White with #BE2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2BDF; }
p { color: rgb(190,43,223); }
H1.HeaderClassName
{
color: #BE2BDF;
}
.AnyTagClassName
{
color: #BE2BDF;
}
</style>
background-color css
<style>
a { background-color: #BE2BDF; }
a { background-color: rgb(190,43,223); }
div.DivClassName
{
background-color: #BE2BDF;
}
.BgClassName
{
background-color: #BE2BDF;
}
</style>
border-color css
<style>
span { border-color: #BE2BDF; }
span { border-color: rgb(190,43,223); }
td.TdClassName
{
border-color: #BE2BDF;
}
.TagClassName
{
border-color: #BE2BDF;
}
</style>