Shades of Medium Orchid #BF47F6
Tints of Medium Orchid #BF47F6
RGB
CMYK
RGB Variations
Color information
#BF47F6 (or 0xBF47F6) is known color: Medium Orchid. HEX triplet: BF, 47 and F6. RGB value is (191,71,246). Sum of RGB (Red+Green+Blue) = 191+71+246=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF47F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF47F6 is #40B809. Grayscale: #7E7E7E. Windows color (decimal): -4241418 or 16140223. OLE color: 16140223.
HSL color Cylindrical-coordinate representation of color #BF47F6: hue angle of 281.14º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF47F6 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 71 | 246 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.04 |
| HSL | 281.14º | 0.91% | 0.62% | - |
| HSV(B) | 281.14º | 0.71% | 0.96% | - |
| XYZ | 40.37 | 22.24 | 89.35 | - |
| YUV | 126.83 | 195.26 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 246 | 0.22 | 0.71 | 0 | 0.04 | 281.14 | 0.91 | 0.62 |
| Hex | BF | 47 | F6 | 16 | 47 | 0 | 4 | 119 | 5B | 3E |
| Octal | 277 | 107 | 366 | 26 | 107 | 0 | 4 | 431 | 133 | 76 |
| Binary | 10111111 | 1000111 | 11110110 | 10110 | 1000111 | 0 | 100 | 100011001 | 1011011 | 111110 |
Color Harmonies of #BF47F6
Complementary color
Monochromatic Colors of #BF47F6
Black with #BF47F6
Text Example
Text Example
White with #BF47F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF47F6; }
p { color: rgb(191,71,246); }
H1.HeaderClassName
{
color: #BF47F6;
}
.AnyTagClassName
{
color: #BF47F6;
}
</style>
background-color css
<style>
a { background-color: #BF47F6; }
a { background-color: rgb(191,71,246); }
div.DivClassName
{
background-color: #BF47F6;
}
.BgClassName
{
background-color: #BF47F6;
}
</style>
border-color css
<style>
span { border-color: #BF47F6; }
span { border-color: rgb(191,71,246); }
td.TdClassName
{
border-color: #BF47F6;
}
.TagClassName
{
border-color: #BF47F6;
}
</style>