Shades of Medium Orchid #BF2DE5
Tints of Medium Orchid #BF2DE5
RGB
CMYK
RGB Variations
Color information
#BF2DE5 (or 0xBF2DE5) is known color: Medium Orchid. HEX triplet: BF, 2D and E5. RGB value is (191,45,229). Sum of RGB (Red+Green+Blue) = 191+45+229=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF2DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DE5 is #40D21A. Grayscale: #6D6D6D. Windows color (decimal): -4248091 or 15019455. OLE color: 15019455.
HSL color Cylindrical-coordinate representation of color #BF2DE5: hue angle of 287.61º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2DE5 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 45 | 229 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.10 |
| HSL | 287.61º | 0.78% | 0.54% | - |
| HSV(B) | 287.61º | 0.8% | 0.9% | - |
| XYZ | 36.57 | 18.61 | 75.79 | - |
| YUV | 109.63 | 195.37 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 229 | 0.17 | 0.80 | 0 | 0.10 | 287.61 | 0.78 | 0.54 |
| Hex | BF | 2D | E5 | 11 | 50 | 0 | A | 120 | 4E | 36 |
| Octal | 277 | 55 | 345 | 21 | 120 | 0 | 12 | 440 | 116 | 66 |
| Binary | 10111111 | 101101 | 11100101 | 10001 | 1010000 | 0 | 1010 | 100100000 | 1001110 | 110110 |
Color Harmonies of #BF2DE5
Complementary color
Monochromatic Colors of #BF2DE5
Black with #BF2DE5
Text Example
Text Example
White with #BF2DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DE5; }
p { color: rgb(191,45,229); }
H1.HeaderClassName
{
color: #BF2DE5;
}
.AnyTagClassName
{
color: #BF2DE5;
}
</style>
background-color css
<style>
a { background-color: #BF2DE5; }
a { background-color: rgb(191,45,229); }
div.DivClassName
{
background-color: #BF2DE5;
}
.BgClassName
{
background-color: #BF2DE5;
}
</style>
border-color css
<style>
span { border-color: #BF2DE5; }
span { border-color: rgb(191,45,229); }
td.TdClassName
{
border-color: #BF2DE5;
}
.TagClassName
{
border-color: #BF2DE5;
}
</style>