Shades of Medium Orchid #BF37DD
Tints of Medium Orchid #BF37DD
RGB
CMYK
RGB Variations
Color information
#BF37DD (or 0xBF37DD) is known color: Medium Orchid. HEX triplet: BF, 37 and DD. RGB value is (191,55,221). Sum of RGB (Red+Green+Blue) = 191+55+221=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF37DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37DD is #40C822. Grayscale: #727272. Windows color (decimal): -4245539 or 14497727. OLE color: 14497727.
HSL color Cylindrical-coordinate representation of color #BF37DD: hue angle of 289.16º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF37DD is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 55 | 221 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.13 |
| HSL | 289.16º | 0.71% | 0.54% | - |
| HSV(B) | 289.16º | 0.75% | 0.87% | - |
| XYZ | 35.9 | 19.03 | 70.19 | - |
| YUV | 114.59 | 188.06 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 221 | 0.14 | 0.75 | 0 | 0.13 | 289.16 | 0.71 | 0.54 |
| Hex | BF | 37 | DD | E | 4B | 0 | D | 121 | 47 | 36 |
| Octal | 277 | 67 | 335 | 16 | 113 | 0 | 15 | 441 | 107 | 66 |
| Binary | 10111111 | 110111 | 11011101 | 1110 | 1001011 | 0 | 1101 | 100100001 | 1000111 | 110110 |
Color Harmonies of #BF37DD
Complementary color
Monochromatic Colors of #BF37DD
Black with #BF37DD
Text Example
Text Example
White with #BF37DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF37DD; }
p { color: rgb(191,55,221); }
H1.HeaderClassName
{
color: #BF37DD;
}
.AnyTagClassName
{
color: #BF37DD;
}
</style>
background-color css
<style>
a { background-color: #BF37DD; }
a { background-color: rgb(191,55,221); }
div.DivClassName
{
background-color: #BF37DD;
}
.BgClassName
{
background-color: #BF37DD;
}
</style>
border-color css
<style>
span { border-color: #BF37DD; }
span { border-color: rgb(191,55,221); }
td.TdClassName
{
border-color: #BF37DD;
}
.TagClassName
{
border-color: #BF37DD;
}
</style>