Shades of Medium Orchid #BF32F6
Tints of Medium Orchid #BF32F6
RGB
CMYK
RGB Variations
Color information
#BF32F6 (or 0xBF32F6) is known color: Medium Orchid. HEX triplet: BF, 32 and F6. RGB value is (191,50,246). Sum of RGB (Red+Green+Blue) = 191+50+246=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 50 (19.92% from 255 or 10.27% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF32F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF32F6 is #40CD09. Grayscale: #717171. Windows color (decimal): -4246794 or 16134847. OLE color: 16134847.
HSL color Cylindrical-coordinate representation of color #BF32F6: hue angle of 283.16º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF32F6 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 50 | 246 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.04 |
| HSL | 283.16º | 0.92% | 0.58% | - |
| HSV(B) | 283.16º | 0.8% | 0.96% | - |
| XYZ | 39.26 | 20.01 | 88.98 | - |
| YUV | 114.5 | 202.21 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 246 | 0.22 | 0.80 | 0 | 0.04 | 283.16 | 0.92 | 0.58 |
| Hex | BF | 32 | F6 | 16 | 50 | 0 | 4 | 11B | 5C | 3A |
| Octal | 277 | 62 | 366 | 26 | 120 | 0 | 4 | 433 | 134 | 72 |
| Binary | 10111111 | 110010 | 11110110 | 10110 | 1010000 | 0 | 100 | 100011011 | 1011100 | 111010 |
Color Harmonies of #BF32F6
Complementary color
Monochromatic Colors of #BF32F6
Black with #BF32F6
Text Example
Text Example
White with #BF32F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF32F6; }
p { color: rgb(191,50,246); }
H1.HeaderClassName
{
color: #BF32F6;
}
.AnyTagClassName
{
color: #BF32F6;
}
</style>
background-color css
<style>
a { background-color: #BF32F6; }
a { background-color: rgb(191,50,246); }
div.DivClassName
{
background-color: #BF32F6;
}
.BgClassName
{
background-color: #BF32F6;
}
</style>
border-color css
<style>
span { border-color: #BF32F6; }
span { border-color: rgb(191,50,246); }
td.TdClassName
{
border-color: #BF32F6;
}
.TagClassName
{
border-color: #BF32F6;
}
</style>