Shades of Medium Orchid #BF2ED8
Tints of Medium Orchid #BF2ED8
RGB
CMYK
RGB Variations
Color information
#BF2ED8 (or 0xBF2ED8) is known color: Medium Orchid. HEX triplet: BF, 2E and D8. RGB value is (191,46,216). Sum of RGB (Red+Green+Blue) = 191+46+216=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF2ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ED8 is #40D127. Grayscale: #6C6C6C. Windows color (decimal): -4247848 or 14167743. OLE color: 14167743.
HSL color Cylindrical-coordinate representation of color #BF2ED8: hue angle of 291.18º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2ED8 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 46 | 216 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.15 |
| HSL | 291.18º | 0.69% | 0.51% | - |
| HSV(B) | 291.18º | 0.79% | 0.85% | - |
| XYZ | 34.86 | 17.99 | 66.6 | - |
| YUV | 108.74 | 188.54 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 216 | 0.12 | 0.79 | 0 | 0.15 | 291.18 | 0.69 | 0.51 |
| Hex | BF | 2E | D8 | C | 4F | 0 | F | 123 | 45 | 33 |
| Octal | 277 | 56 | 330 | 14 | 117 | 0 | 17 | 443 | 105 | 63 |
| Binary | 10111111 | 101110 | 11011000 | 1100 | 1001111 | 0 | 1111 | 100100011 | 1000101 | 110011 |
Color Harmonies of #BF2ED8
Complementary color
Monochromatic Colors of #BF2ED8
Black with #BF2ED8
Text Example
Text Example
White with #BF2ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2ED8; }
p { color: rgb(191,46,216); }
H1.HeaderClassName
{
color: #BF2ED8;
}
.AnyTagClassName
{
color: #BF2ED8;
}
</style>
background-color css
<style>
a { background-color: #BF2ED8; }
a { background-color: rgb(191,46,216); }
div.DivClassName
{
background-color: #BF2ED8;
}
.BgClassName
{
background-color: #BF2ED8;
}
</style>
border-color css
<style>
span { border-color: #BF2ED8; }
span { border-color: rgb(191,46,216); }
td.TdClassName
{
border-color: #BF2ED8;
}
.TagClassName
{
border-color: #BF2ED8;
}
</style>