Shades of Medium Orchid #BF3ED1
Tints of Medium Orchid #BF3ED1
RGB
CMYK
RGB Variations
Color information
#BF3ED1 (or 0xBF3ED1) is known color: Medium Orchid. HEX triplet: BF, 3E and D1. RGB value is (191,62,209). Sum of RGB (Red+Green+Blue) = 191+62+209=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF3ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ED1 is #40C12E. Grayscale: #747474. Windows color (decimal): -4243759 or 13713087. OLE color: 13713087.
HSL color Cylindrical-coordinate representation of color #BF3ED1: hue angle of 292.65º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3ED1 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 62 | 209 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.18 |
| HSL | 292.65º | 0.62% | 0.53% | - |
| HSV(B) | 292.65º | 0.7% | 0.82% | - |
| XYZ | 34.72 | 19.13 | 62.18 | - |
| YUV | 117.33 | 179.74 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 209 | 0.09 | 0.70 | 0 | 0.18 | 292.65 | 0.62 | 0.53 |
| Hex | BF | 3E | D1 | 9 | 46 | 0 | 12 | 125 | 3E | 35 |
| Octal | 277 | 76 | 321 | 11 | 106 | 0 | 22 | 445 | 76 | 65 |
| Binary | 10111111 | 111110 | 11010001 | 1001 | 1000110 | 0 | 10010 | 100100101 | 111110 | 110101 |
Color Harmonies of #BF3ED1
Complementary color
Monochromatic Colors of #BF3ED1
Black with #BF3ED1
Text Example
Text Example
White with #BF3ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3ED1; }
p { color: rgb(191,62,209); }
H1.HeaderClassName
{
color: #BF3ED1;
}
.AnyTagClassName
{
color: #BF3ED1;
}
</style>
background-color css
<style>
a { background-color: #BF3ED1; }
a { background-color: rgb(191,62,209); }
div.DivClassName
{
background-color: #BF3ED1;
}
.BgClassName
{
background-color: #BF3ED1;
}
</style>
border-color css
<style>
span { border-color: #BF3ED1; }
span { border-color: rgb(191,62,209); }
td.TdClassName
{
border-color: #BF3ED1;
}
.TagClassName
{
border-color: #BF3ED1;
}
</style>