Shades of Medium Orchid #BF31DD
Tints of Medium Orchid #BF31DD
RGB
CMYK
RGB Variations
Color information
#BF31DD (or 0xBF31DD) is known color: Medium Orchid. HEX triplet: BF, 31 and DD. RGB value is (191,49,221). Sum of RGB (Red+Green+Blue) = 191+49+221=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF31DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF31DD is #40CE22. Grayscale: #6E6E6E. Windows color (decimal): -4247075 or 14496191. OLE color: 14496191.
HSL color Cylindrical-coordinate representation of color #BF31DD: hue angle of 289.53º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF31DD is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 49 | 221 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.13 |
| HSL | 289.53º | 0.72% | 0.53% | - |
| HSV(B) | 289.53º | 0.78% | 0.87% | - |
| XYZ | 35.64 | 18.49 | 70.1 | - |
| YUV | 111.07 | 190.04 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 221 | 0.14 | 0.78 | 0 | 0.13 | 289.53 | 0.72 | 0.53 |
| Hex | BF | 31 | DD | E | 4E | 0 | D | 122 | 48 | 35 |
| Octal | 277 | 61 | 335 | 16 | 116 | 0 | 15 | 442 | 110 | 65 |
| Binary | 10111111 | 110001 | 11011101 | 1110 | 1001110 | 0 | 1101 | 100100010 | 1001000 | 110101 |
Color Harmonies of #BF31DD
Complementary color
Monochromatic Colors of #BF31DD
Black with #BF31DD
Text Example
Text Example
White with #BF31DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF31DD; }
p { color: rgb(191,49,221); }
H1.HeaderClassName
{
color: #BF31DD;
}
.AnyTagClassName
{
color: #BF31DD;
}
</style>
background-color css
<style>
a { background-color: #BF31DD; }
a { background-color: rgb(191,49,221); }
div.DivClassName
{
background-color: #BF31DD;
}
.BgClassName
{
background-color: #BF31DD;
}
</style>
border-color css
<style>
span { border-color: #BF31DD; }
span { border-color: rgb(191,49,221); }
td.TdClassName
{
border-color: #BF31DD;
}
.TagClassName
{
border-color: #BF31DD;
}
</style>