Shades of Medium Orchid #BF5EF1
Tints of Medium Orchid #BF5EF1
RGB
CMYK
RGB Variations
Color information
#BF5EF1 (or 0xBF5EF1) is known color: Medium Orchid. HEX triplet: BF, 5E and F1. RGB value is (191,94,241). Sum of RGB (Red+Green+Blue) = 191+94+241=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 94 (37.11% from 255 or 17.87% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF5EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5EF1 is #40A10E. Grayscale: #8B8B8B. Windows color (decimal): -4235535 or 15818431. OLE color: 15818431.
HSL color Cylindrical-coordinate representation of color #BF5EF1: hue angle of 279.59º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF5EF1 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 94 | 241 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.05 |
| HSL | 279.59º | 0.84% | 0.66% | - |
| HSV(B) | 279.59º | 0.61% | 0.95% | - |
| XYZ | 41.37 | 25.43 | 85.95 | - |
| YUV | 139.76 | 185.14 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 241 | 0.21 | 0.61 | 0 | 0.05 | 279.59 | 0.84 | 0.66 |
| Hex | BF | 5E | F1 | 15 | 3D | 0 | 5 | 118 | 54 | 42 |
| Octal | 277 | 136 | 361 | 25 | 75 | 0 | 5 | 430 | 124 | 102 |
| Binary | 10111111 | 1011110 | 11110001 | 10101 | 111101 | 0 | 101 | 100011000 | 1010100 | 1000010 |
Color Harmonies of #BF5EF1
Complementary color
Monochromatic Colors of #BF5EF1
Black with #BF5EF1
Text Example
Text Example
White with #BF5EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5EF1; }
p { color: rgb(191,94,241); }
H1.HeaderClassName
{
color: #BF5EF1;
}
.AnyTagClassName
{
color: #BF5EF1;
}
</style>
background-color css
<style>
a { background-color: #BF5EF1; }
a { background-color: rgb(191,94,241); }
div.DivClassName
{
background-color: #BF5EF1;
}
.BgClassName
{
background-color: #BF5EF1;
}
</style>
border-color css
<style>
span { border-color: #BF5EF1; }
span { border-color: rgb(191,94,241); }
td.TdClassName
{
border-color: #BF5EF1;
}
.TagClassName
{
border-color: #BF5EF1;
}
</style>