Shades of Medium Orchid #BF31EC
Tints of Medium Orchid #BF31EC
RGB
CMYK
RGB Variations
Color information
#BF31EC (or 0xBF31EC) is known color: Medium Orchid. HEX triplet: BF, 31 and EC. RGB value is (191,49,236). Sum of RGB (Red+Green+Blue) = 191+49+236=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF31EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF31EC is #40CE13. Grayscale: #707070. Windows color (decimal): -4247060 or 15479231. OLE color: 15479231.
HSL color Cylindrical-coordinate representation of color #BF31EC: hue angle of 285.56º degrees, saturation: 0.83, 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 #BF31EC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 49 | 236 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.07 |
| HSL | 285.56º | 0.83% | 0.56% | - |
| HSV(B) | 285.56º | 0.79% | 0.93% | - |
| XYZ | 37.72 | 19.33 | 81.1 | - |
| YUV | 112.78 | 197.54 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 236 | 0.19 | 0.79 | 0 | 0.07 | 285.56 | 0.83 | 0.56 |
| Hex | BF | 31 | EC | 13 | 4F | 0 | 7 | 11E | 53 | 38 |
| Octal | 277 | 61 | 354 | 23 | 117 | 0 | 7 | 436 | 123 | 70 |
| Binary | 10111111 | 110001 | 11101100 | 10011 | 1001111 | 0 | 111 | 100011110 | 1010011 | 111000 |
Color Harmonies of #BF31EC
Complementary color
Monochromatic Colors of #BF31EC
Black with #BF31EC
Text Example
Text Example
White with #BF31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF31EC; }
p { color: rgb(191,49,236); }
H1.HeaderClassName
{
color: #BF31EC;
}
.AnyTagClassName
{
color: #BF31EC;
}
</style>
background-color css
<style>
a { background-color: #BF31EC; }
a { background-color: rgb(191,49,236); }
div.DivClassName
{
background-color: #BF31EC;
}
.BgClassName
{
background-color: #BF31EC;
}
</style>
border-color css
<style>
span { border-color: #BF31EC; }
span { border-color: rgb(191,49,236); }
td.TdClassName
{
border-color: #BF31EC;
}
.TagClassName
{
border-color: #BF31EC;
}
</style>