Shades of Medium Orchid #BF32EF
Tints of Medium Orchid #BF32EF
RGB
CMYK
RGB Variations
Color information
#BF32EF (or 0xBF32EF) is known color: Medium Orchid. HEX triplet: BF, 32 and EF. RGB value is (191,50,239). Sum of RGB (Red+Green+Blue) = 191+50+239=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF32EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF32EF is #40CD10. Grayscale: #717171. Windows color (decimal): -4246801 or 15676095. OLE color: 15676095.
HSL color Cylindrical-coordinate representation of color #BF32EF: hue angle of 284.76º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF32EF is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 50 | 239 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.06 |
| HSL | 284.76º | 0.86% | 0.57% | - |
| HSV(B) | 284.76º | 0.79% | 0.94% | - |
| XYZ | 38.21 | 19.59 | 83.43 | - |
| YUV | 113.71 | 198.71 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 239 | 0.20 | 0.79 | 0 | 0.06 | 284.76 | 0.86 | 0.57 |
| Hex | BF | 32 | EF | 14 | 4F | 0 | 6 | 11D | 56 | 39 |
| Octal | 277 | 62 | 357 | 24 | 117 | 0 | 6 | 435 | 126 | 71 |
| Binary | 10111111 | 110010 | 11101111 | 10100 | 1001111 | 0 | 110 | 100011101 | 1010110 | 111001 |
Color Harmonies of #BF32EF
Complementary color
Monochromatic Colors of #BF32EF
Black with #BF32EF
Text Example
Text Example
White with #BF32EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32EF; }
p { color: rgb(191,50,239); }
H1.HeaderClassName
{
color: #BF32EF;
}
.AnyTagClassName
{
color: #BF32EF;
}
</style>
background-color css
<style>
a { background-color: #BF32EF; }
a { background-color: rgb(191,50,239); }
div.DivClassName
{
background-color: #BF32EF;
}
.BgClassName
{
background-color: #BF32EF;
}
</style>
border-color css
<style>
span { border-color: #BF32EF; }
span { border-color: rgb(191,50,239); }
td.TdClassName
{
border-color: #BF32EF;
}
.TagClassName
{
border-color: #BF32EF;
}
</style>