Shades of Medium Orchid #BF41ED
Tints of Medium Orchid #BF41ED
RGB
CMYK
RGB Variations
Color information
#BF41ED (or 0xBF41ED) is known color: Medium Orchid. HEX triplet: BF, 41 and ED. RGB value is (191,65,237). Sum of RGB (Red+Green+Blue) = 191+65+237=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF41ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF41ED is #40BE12. Grayscale: #797979. Windows color (decimal): -4242963 or 15548863. OLE color: 15548863.
HSL color Cylindrical-coordinate representation of color #BF41ED: hue angle of 283.95º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF41ED is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 65 | 237 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.07 |
| HSL | 283.95º | 0.83% | 0.59% | - |
| HSV(B) | 283.95º | 0.73% | 0.93% | - |
| XYZ | 38.66 | 20.97 | 82.13 | - |
| YUV | 122.28 | 192.74 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 237 | 0.19 | 0.73 | 0 | 0.07 | 283.95 | 0.83 | 0.59 |
| Hex | BF | 41 | ED | 13 | 49 | 0 | 7 | 11C | 53 | 3B |
| Octal | 277 | 101 | 355 | 23 | 111 | 0 | 7 | 434 | 123 | 73 |
| Binary | 10111111 | 1000001 | 11101101 | 10011 | 1001001 | 0 | 111 | 100011100 | 1010011 | 111011 |
Color Harmonies of #BF41ED
Complementary color
Monochromatic Colors of #BF41ED
Black with #BF41ED
Text Example
Text Example
White with #BF41ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41ED; }
p { color: rgb(191,65,237); }
H1.HeaderClassName
{
color: #BF41ED;
}
.AnyTagClassName
{
color: #BF41ED;
}
</style>
background-color css
<style>
a { background-color: #BF41ED; }
a { background-color: rgb(191,65,237); }
div.DivClassName
{
background-color: #BF41ED;
}
.BgClassName
{
background-color: #BF41ED;
}
</style>
border-color css
<style>
span { border-color: #BF41ED; }
span { border-color: rgb(191,65,237); }
td.TdClassName
{
border-color: #BF41ED;
}
.TagClassName
{
border-color: #BF41ED;
}
</style>