Shades of Medium Orchid #BF37DC
Tints of Medium Orchid #BF37DC
RGB
CMYK
RGB Variations
Color information
#BF37DC (or 0xBF37DC) is known color: Medium Orchid. HEX triplet: BF, 37 and DC. RGB value is (191,55,220). Sum of RGB (Red+Green+Blue) = 191+55+220=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF37DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37DC is #40C823. Grayscale: #717171. Windows color (decimal): -4245540 or 14432191. OLE color: 14432191.
HSL color Cylindrical-coordinate representation of color #BF37DC: hue angle of 289.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF37DC is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 55 | 220 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.14 |
| HSL | 289.45º | 0.7% | 0.54% | - |
| HSV(B) | 289.45º | 0.75% | 0.86% | - |
| XYZ | 35.77 | 18.98 | 69.49 | - |
| YUV | 114.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 220 | 0.13 | 0.75 | 0 | 0.14 | 289.45 | 0.7 | 0.54 |
| Hex | BF | 37 | DC | D | 4B | 0 | E | 121 | 46 | 36 |
| Octal | 277 | 67 | 334 | 15 | 113 | 0 | 16 | 441 | 106 | 66 |
| Binary | 10111111 | 110111 | 11011100 | 1101 | 1001011 | 0 | 1110 | 100100001 | 1000110 | 110110 |
Color Harmonies of #BF37DC
Complementary color
Monochromatic Colors of #BF37DC
Black with #BF37DC
Text Example
Text Example
White with #BF37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF37DC; }
p { color: rgb(191,55,220); }
H1.HeaderClassName
{
color: #BF37DC;
}
.AnyTagClassName
{
color: #BF37DC;
}
</style>
background-color css
<style>
a { background-color: #BF37DC; }
a { background-color: rgb(191,55,220); }
div.DivClassName
{
background-color: #BF37DC;
}
.BgClassName
{
background-color: #BF37DC;
}
</style>
border-color css
<style>
span { border-color: #BF37DC; }
span { border-color: rgb(191,55,220); }
td.TdClassName
{
border-color: #BF37DC;
}
.TagClassName
{
border-color: #BF37DC;
}
</style>