Shades of Medium Orchid #BF3DF1
Tints of Medium Orchid #BF3DF1
RGB
CMYK
RGB Variations
Color information
#BF3DF1 (or 0xBF3DF1) is known color: Medium Orchid. HEX triplet: BF, 3D and F1. RGB value is (191,61,241). Sum of RGB (Red+Green+Blue) = 191+61+241=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF3DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3DF1 is #40C20E. Grayscale: #777777. Windows color (decimal): -4243983 or 15809983. OLE color: 15809983.
HSL color Cylindrical-coordinate representation of color #BF3DF1: hue angle of 283.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF3DF1 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 61 | 241 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.05 |
| HSL | 283.33º | 0.87% | 0.59% | - |
| HSV(B) | 283.33º | 0.75% | 0.95% | - |
| XYZ | 39.03 | 20.76 | 85.17 | - |
| YUV | 120.39 | 196.07 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 241 | 0.21 | 0.75 | 0 | 0.05 | 283.33 | 0.87 | 0.59 |
| Hex | BF | 3D | F1 | 15 | 4B | 0 | 5 | 11B | 57 | 3B |
| Octal | 277 | 75 | 361 | 25 | 113 | 0 | 5 | 433 | 127 | 73 |
| Binary | 10111111 | 111101 | 11110001 | 10101 | 1001011 | 0 | 101 | 100011011 | 1010111 | 111011 |
Color Harmonies of #BF3DF1
Complementary color
Monochromatic Colors of #BF3DF1
Black with #BF3DF1
Text Example
Text Example
White with #BF3DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3DF1; }
p { color: rgb(191,61,241); }
H1.HeaderClassName
{
color: #BF3DF1;
}
.AnyTagClassName
{
color: #BF3DF1;
}
</style>
background-color css
<style>
a { background-color: #BF3DF1; }
a { background-color: rgb(191,61,241); }
div.DivClassName
{
background-color: #BF3DF1;
}
.BgClassName
{
background-color: #BF3DF1;
}
</style>
border-color css
<style>
span { border-color: #BF3DF1; }
span { border-color: rgb(191,61,241); }
td.TdClassName
{
border-color: #BF3DF1;
}
.TagClassName
{
border-color: #BF3DF1;
}
</style>