Shades of Medium Orchid #BF31EE
Tints of Medium Orchid #BF31EE
RGB
CMYK
RGB Variations
Color information
#BF31EE (or 0xBF31EE) is known color: Medium Orchid. HEX triplet: BF, 31 and EE. RGB value is (191,49,238). Sum of RGB (Red+Green+Blue) = 191+49+238=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF31EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF31EE is #40CE11. Grayscale: #707070. Windows color (decimal): -4247058 or 15610303. OLE color: 15610303.
HSL color Cylindrical-coordinate representation of color #BF31EE: hue angle of 285.08º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF31EE is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 49 | 238 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.07 |
| HSL | 285.08º | 0.85% | 0.56% | - |
| HSV(B) | 285.08º | 0.79% | 0.93% | - |
| XYZ | 38.02 | 19.45 | 82.64 | - |
| YUV | 113 | 198.54 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 238 | 0.20 | 0.79 | 0 | 0.07 | 285.08 | 0.85 | 0.56 |
| Hex | BF | 31 | EE | 14 | 4F | 0 | 7 | 11D | 55 | 38 |
| Octal | 277 | 61 | 356 | 24 | 117 | 0 | 7 | 435 | 125 | 70 |
| Binary | 10111111 | 110001 | 11101110 | 10100 | 1001111 | 0 | 111 | 100011101 | 1010101 | 111000 |
Color Harmonies of #BF31EE
Complementary color
Monochromatic Colors of #BF31EE
Black with #BF31EE
Text Example
Text Example
White with #BF31EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF31EE; }
p { color: rgb(191,49,238); }
H1.HeaderClassName
{
color: #BF31EE;
}
.AnyTagClassName
{
color: #BF31EE;
}
</style>
background-color css
<style>
a { background-color: #BF31EE; }
a { background-color: rgb(191,49,238); }
div.DivClassName
{
background-color: #BF31EE;
}
.BgClassName
{
background-color: #BF31EE;
}
</style>
border-color css
<style>
span { border-color: #BF31EE; }
span { border-color: rgb(191,49,238); }
td.TdClassName
{
border-color: #BF31EE;
}
.TagClassName
{
border-color: #BF31EE;
}
</style>