Shades of Medium Orchid #BF3EF1
Tints of Medium Orchid #BF3EF1
RGB
CMYK
RGB Variations
Color information
#BF3EF1 (or 0xBF3EF1) is known color: Medium Orchid. HEX triplet: BF, 3E and F1. RGB value is (191,62,241). Sum of RGB (Red+Green+Blue) = 191+62+241=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 62 (24.61% from 255 or 12.55% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF3EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3EF1 is #40C10E. Grayscale: #787878. Windows color (decimal): -4243727 or 15810239. OLE color: 15810239.
HSL color Cylindrical-coordinate representation of color #BF3EF1: hue angle of 283.24º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3EF1 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 62 | 241 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.05 |
| HSL | 283.24º | 0.86% | 0.59% | - |
| HSV(B) | 283.24º | 0.74% | 0.95% | - |
| XYZ | 39.09 | 20.87 | 85.19 | - |
| YUV | 120.98 | 195.74 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 241 | 0.21 | 0.74 | 0 | 0.05 | 283.24 | 0.86 | 0.59 |
| Hex | BF | 3E | F1 | 15 | 4A | 0 | 5 | 11B | 56 | 3B |
| Octal | 277 | 76 | 361 | 25 | 112 | 0 | 5 | 433 | 126 | 73 |
| Binary | 10111111 | 111110 | 11110001 | 10101 | 1001010 | 0 | 101 | 100011011 | 1010110 | 111011 |
Color Harmonies of #BF3EF1
Complementary color
Monochromatic Colors of #BF3EF1
Black with #BF3EF1
Text Example
Text Example
White with #BF3EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3EF1; }
p { color: rgb(191,62,241); }
H1.HeaderClassName
{
color: #BF3EF1;
}
.AnyTagClassName
{
color: #BF3EF1;
}
</style>
background-color css
<style>
a { background-color: #BF3EF1; }
a { background-color: rgb(191,62,241); }
div.DivClassName
{
background-color: #BF3EF1;
}
.BgClassName
{
background-color: #BF3EF1;
}
</style>
border-color css
<style>
span { border-color: #BF3EF1; }
span { border-color: rgb(191,62,241); }
td.TdClassName
{
border-color: #BF3EF1;
}
.TagClassName
{
border-color: #BF3EF1;
}
</style>