Shades of Medium Orchid #BF32DF
Tints of Medium Orchid #BF32DF
RGB
CMYK
RGB Variations
Color information
#BF32DF (or 0xBF32DF) is known color: Medium Orchid. HEX triplet: BF, 32 and DF. RGB value is (191,50,223). Sum of RGB (Red+Green+Blue) = 191+50+223=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF32DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF32DF is #40CD20. Grayscale: #6F6F6F. Windows color (decimal): -4246817 or 14627519. OLE color: 14627519.
HSL color Cylindrical-coordinate representation of color #BF32DF: hue angle of 288.9º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF32DF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 50 | 223 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.13 |
| HSL | 288.9º | 0.73% | 0.54% | - |
| HSV(B) | 288.9º | 0.78% | 0.87% | - |
| XYZ | 35.95 | 18.69 | 71.52 | - |
| YUV | 111.88 | 190.71 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 223 | 0.14 | 0.78 | 0 | 0.13 | 288.9 | 0.73 | 0.54 |
| Hex | BF | 32 | DF | E | 4E | 0 | D | 121 | 49 | 36 |
| Octal | 277 | 62 | 337 | 16 | 116 | 0 | 15 | 441 | 111 | 66 |
| Binary | 10111111 | 110010 | 11011111 | 1110 | 1001110 | 0 | 1101 | 100100001 | 1001001 | 110110 |
Color Harmonies of #BF32DF
Complementary color
Monochromatic Colors of #BF32DF
Black with #BF32DF
Text Example
Text Example
White with #BF32DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32DF; }
p { color: rgb(191,50,223); }
H1.HeaderClassName
{
color: #BF32DF;
}
.AnyTagClassName
{
color: #BF32DF;
}
</style>
background-color css
<style>
a { background-color: #BF32DF; }
a { background-color: rgb(191,50,223); }
div.DivClassName
{
background-color: #BF32DF;
}
.BgClassName
{
background-color: #BF32DF;
}
</style>
border-color css
<style>
span { border-color: #BF32DF; }
span { border-color: rgb(191,50,223); }
td.TdClassName
{
border-color: #BF32DF;
}
.TagClassName
{
border-color: #BF32DF;
}
</style>