Shades of Medium Orchid #BF3BF1
Tints of Medium Orchid #BF3BF1
RGB
CMYK
RGB Variations
Color information
#BF3BF1 (or 0xBF3BF1) is known color: Medium Orchid. HEX triplet: BF, 3B and F1. RGB value is (191,59,241). Sum of RGB (Red+Green+Blue) = 191+59+241=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 59 (23.44% from 255 or 12.02% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF3BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3BF1 is #40C40E. Grayscale: #767676. Windows color (decimal): -4244495 or 15809471. OLE color: 15809471.
HSL color Cylindrical-coordinate representation of color #BF3BF1: hue angle of 283.52º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF3BF1 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 59 | 241 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.05 |
| HSL | 283.52º | 0.87% | 0.59% | - |
| HSV(B) | 283.52º | 0.76% | 0.95% | - |
| XYZ | 38.93 | 20.56 | 85.13 | - |
| YUV | 119.22 | 196.73 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 241 | 0.21 | 0.76 | 0 | 0.05 | 283.52 | 0.87 | 0.59 |
| Hex | BF | 3B | F1 | 15 | 4C | 0 | 5 | 11C | 57 | 3B |
| Octal | 277 | 73 | 361 | 25 | 114 | 0 | 5 | 434 | 127 | 73 |
| Binary | 10111111 | 111011 | 11110001 | 10101 | 1001100 | 0 | 101 | 100011100 | 1010111 | 111011 |
Color Harmonies of #BF3BF1
Complementary color
Monochromatic Colors of #BF3BF1
Black with #BF3BF1
Text Example
Text Example
White with #BF3BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3BF1; }
p { color: rgb(191,59,241); }
H1.HeaderClassName
{
color: #BF3BF1;
}
.AnyTagClassName
{
color: #BF3BF1;
}
</style>
background-color css
<style>
a { background-color: #BF3BF1; }
a { background-color: rgb(191,59,241); }
div.DivClassName
{
background-color: #BF3BF1;
}
.BgClassName
{
background-color: #BF3BF1;
}
</style>
border-color css
<style>
span { border-color: #BF3BF1; }
span { border-color: rgb(191,59,241); }
td.TdClassName
{
border-color: #BF3BF1;
}
.TagClassName
{
border-color: #BF3BF1;
}
</style>