Shades of Medium Orchid #BF2ED1
Tints of Medium Orchid #BF2ED1
RGB
CMYK
RGB Variations
Color information
#BF2ED1 (or 0xBF2ED1) is known color: Medium Orchid. HEX triplet: BF, 2E and D1. RGB value is (191,46,209). Sum of RGB (Red+Green+Blue) = 191+46+209=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF2ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ED1 is #40D12E. Grayscale: #6B6B6B. Windows color (decimal): -4247855 or 13708991. OLE color: 13708991.
HSL color Cylindrical-coordinate representation of color #BF2ED1: hue angle of 293.37º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2ED1 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 46 | 209 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.18 |
| HSL | 293.37º | 0.64% | 0.5% | - |
| HSV(B) | 293.37º | 0.78% | 0.82% | - |
| XYZ | 33.97 | 17.63 | 61.93 | - |
| YUV | 107.94 | 185.04 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 209 | 0.09 | 0.78 | 0 | 0.18 | 293.37 | 0.64 | 0.5 |
| Hex | BF | 2E | D1 | 9 | 4E | 0 | 12 | 125 | 40 | 32 |
| Octal | 277 | 56 | 321 | 11 | 116 | 0 | 22 | 445 | 100 | 62 |
| Binary | 10111111 | 101110 | 11010001 | 1001 | 1001110 | 0 | 10010 | 100100101 | 1000000 | 110010 |
Color Harmonies of #BF2ED1
Complementary color
Monochromatic Colors of #BF2ED1
Black with #BF2ED1
Text Example
Text Example
White with #BF2ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2ED1; }
p { color: rgb(191,46,209); }
H1.HeaderClassName
{
color: #BF2ED1;
}
.AnyTagClassName
{
color: #BF2ED1;
}
</style>
background-color css
<style>
a { background-color: #BF2ED1; }
a { background-color: rgb(191,46,209); }
div.DivClassName
{
background-color: #BF2ED1;
}
.BgClassName
{
background-color: #BF2ED1;
}
</style>
border-color css
<style>
span { border-color: #BF2ED1; }
span { border-color: rgb(191,46,209); }
td.TdClassName
{
border-color: #BF2ED1;
}
.TagClassName
{
border-color: #BF2ED1;
}
</style>