Shades of Medium Orchid #BF32EE
Tints of Medium Orchid #BF32EE
RGB
CMYK
RGB Variations
Color information
#BF32EE (or 0xBF32EE) is known color: Medium Orchid. HEX triplet: BF, 32 and EE. RGB value is (191,50,238). Sum of RGB (Red+Green+Blue) = 191+50+238=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF32EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF32EE is #40CD11. Grayscale: #707070. Windows color (decimal): -4246802 or 15610559. OLE color: 15610559.
HSL color Cylindrical-coordinate representation of color #BF32EE: hue angle of 285º degrees, saturation: 0.85, 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 #BF32EE is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 50 | 238 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.07 |
| HSL | 285º | 0.85% | 0.56% | - |
| HSV(B) | 285º | 0.79% | 0.93% | - |
| XYZ | 38.06 | 19.53 | 82.65 | - |
| YUV | 113.59 | 198.21 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 238 | 0.20 | 0.79 | 0 | 0.07 | 285 | 0.85 | 0.56 |
| Hex | BF | 32 | EE | 14 | 4F | 0 | 7 | 11D | 55 | 38 |
| Octal | 277 | 62 | 356 | 24 | 117 | 0 | 7 | 435 | 125 | 70 |
| Binary | 10111111 | 110010 | 11101110 | 10100 | 1001111 | 0 | 111 | 100011101 | 1010101 | 111000 |
Color Harmonies of #BF32EE
Complementary color
Monochromatic Colors of #BF32EE
Black with #BF32EE
Text Example
Text Example
White with #BF32EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32EE; }
p { color: rgb(191,50,238); }
H1.HeaderClassName
{
color: #BF32EE;
}
.AnyTagClassName
{
color: #BF32EE;
}
</style>
background-color css
<style>
a { background-color: #BF32EE; }
a { background-color: rgb(191,50,238); }
div.DivClassName
{
background-color: #BF32EE;
}
.BgClassName
{
background-color: #BF32EE;
}
</style>
border-color css
<style>
span { border-color: #BF32EE; }
span { border-color: rgb(191,50,238); }
td.TdClassName
{
border-color: #BF32EE;
}
.TagClassName
{
border-color: #BF32EE;
}
</style>