Shades of Medium Orchid #BF31EA
Tints of Medium Orchid #BF31EA
RGB
CMYK
RGB Variations
Color information
#BF31EA (or 0xBF31EA) is known color: Medium Orchid. HEX triplet: BF, 31 and EA. RGB value is (191,49,234). Sum of RGB (Red+Green+Blue) = 191+49+234=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF31EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF31EA is #40CE15. Grayscale: #6F6F6F. Windows color (decimal): -4247062 or 15348159. OLE color: 15348159.
HSL color Cylindrical-coordinate representation of color #BF31EA: hue angle of 286.05º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF31EA is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 49 | 234 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.08 |
| HSL | 286.05º | 0.81% | 0.55% | - |
| HSV(B) | 286.05º | 0.79% | 0.92% | - |
| XYZ | 37.44 | 19.21 | 79.58 | - |
| YUV | 112.55 | 196.54 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 234 | 0.18 | 0.79 | 0 | 0.08 | 286.05 | 0.81 | 0.55 |
| Hex | BF | 31 | EA | 12 | 4F | 0 | 8 | 11E | 51 | 37 |
| Octal | 277 | 61 | 352 | 22 | 117 | 0 | 10 | 436 | 121 | 67 |
| Binary | 10111111 | 110001 | 11101010 | 10010 | 1001111 | 0 | 1000 | 100011110 | 1010001 | 110111 |
Color Harmonies of #BF31EA
Complementary color
Monochromatic Colors of #BF31EA
Black with #BF31EA
Text Example
Text Example
White with #BF31EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF31EA; }
p { color: rgb(191,49,234); }
H1.HeaderClassName
{
color: #BF31EA;
}
.AnyTagClassName
{
color: #BF31EA;
}
</style>
background-color css
<style>
a { background-color: #BF31EA; }
a { background-color: rgb(191,49,234); }
div.DivClassName
{
background-color: #BF31EA;
}
.BgClassName
{
background-color: #BF31EA;
}
</style>
border-color css
<style>
span { border-color: #BF31EA; }
span { border-color: rgb(191,49,234); }
td.TdClassName
{
border-color: #BF31EA;
}
.TagClassName
{
border-color: #BF31EA;
}
</style>