Shades of Medium Orchid #BF31F2
Tints of Medium Orchid #BF31F2
RGB
CMYK
RGB Variations
Color information
#BF31F2 (or 0xBF31F2) is known color: Medium Orchid. HEX triplet: BF, 31 and F2. RGB value is (191,49,242). Sum of RGB (Red+Green+Blue) = 191+49+242=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF31F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF31F2 is #40CE0D. Grayscale: #707070. Windows color (decimal): -4247054 or 15872447. OLE color: 15872447.
HSL color Cylindrical-coordinate representation of color #BF31F2: hue angle of 284.15º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF31F2 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 49 | 242 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.05 |
| HSL | 284.15º | 0.88% | 0.57% | - |
| HSV(B) | 284.15º | 0.8% | 0.95% | - |
| XYZ | 38.61 | 19.68 | 85.77 | - |
| YUV | 113.46 | 200.54 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 242 | 0.21 | 0.80 | 0 | 0.05 | 284.15 | 0.88 | 0.57 |
| Hex | BF | 31 | F2 | 15 | 50 | 0 | 5 | 11C | 58 | 39 |
| Octal | 277 | 61 | 362 | 25 | 120 | 0 | 5 | 434 | 130 | 71 |
| Binary | 10111111 | 110001 | 11110010 | 10101 | 1010000 | 0 | 101 | 100011100 | 1011000 | 111001 |
Color Harmonies of #BF31F2
Complementary color
Monochromatic Colors of #BF31F2
Black with #BF31F2
Text Example
Text Example
White with #BF31F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF31F2; }
p { color: rgb(191,49,242); }
H1.HeaderClassName
{
color: #BF31F2;
}
.AnyTagClassName
{
color: #BF31F2;
}
</style>
background-color css
<style>
a { background-color: #BF31F2; }
a { background-color: rgb(191,49,242); }
div.DivClassName
{
background-color: #BF31F2;
}
.BgClassName
{
background-color: #BF31F2;
}
</style>
border-color css
<style>
span { border-color: #BF31F2; }
span { border-color: rgb(191,49,242); }
td.TdClassName
{
border-color: #BF31F2;
}
.TagClassName
{
border-color: #BF31F2;
}
</style>