Shades of Medium Orchid #BF32EC
Tints of Medium Orchid #BF32EC
RGB
CMYK
RGB Variations
Color information
#BF32EC (or 0xBF32EC) is known color: Medium Orchid. HEX triplet: BF, 32 and EC. RGB value is (191,50,236). Sum of RGB (Red+Green+Blue) = 191+50+236=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 50 (19.92% from 255 or 10.48% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF32EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF32EC is #40CD13. Grayscale: #707070. Windows color (decimal): -4246804 or 15479487. OLE color: 15479487.
HSL color Cylindrical-coordinate representation of color #BF32EC: hue angle of 285.48º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF32EC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 50 | 236 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.07 |
| HSL | 285.48º | 0.83% | 0.56% | - |
| HSV(B) | 285.48º | 0.79% | 0.93% | - |
| XYZ | 37.77 | 19.41 | 81.11 | - |
| YUV | 113.36 | 197.21 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 236 | 0.19 | 0.79 | 0 | 0.07 | 285.48 | 0.83 | 0.56 |
| Hex | BF | 32 | EC | 13 | 4F | 0 | 7 | 11D | 53 | 38 |
| Octal | 277 | 62 | 354 | 23 | 117 | 0 | 7 | 435 | 123 | 70 |
| Binary | 10111111 | 110010 | 11101100 | 10011 | 1001111 | 0 | 111 | 100011101 | 1010011 | 111000 |
Color Harmonies of #BF32EC
Complementary color
Monochromatic Colors of #BF32EC
Black with #BF32EC
Text Example
Text Example
White with #BF32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32EC; }
p { color: rgb(191,50,236); }
H1.HeaderClassName
{
color: #BF32EC;
}
.AnyTagClassName
{
color: #BF32EC;
}
</style>
background-color css
<style>
a { background-color: #BF32EC; }
a { background-color: rgb(191,50,236); }
div.DivClassName
{
background-color: #BF32EC;
}
.BgClassName
{
background-color: #BF32EC;
}
</style>
border-color css
<style>
span { border-color: #BF32EC; }
span { border-color: rgb(191,50,236); }
td.TdClassName
{
border-color: #BF32EC;
}
.TagClassName
{
border-color: #BF32EC;
}
</style>