Shades of Medium Orchid #BF47E3
Tints of Medium Orchid #BF47E3
RGB
CMYK
RGB Variations
Color information
#BF47E3 (or 0xBF47E3) is known color: Medium Orchid. HEX triplet: BF, 47 and E3. RGB value is (191,71,227). Sum of RGB (Red+Green+Blue) = 191+71+227=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 227 (89.06% from 255 or 46.42% from 489); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF47E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47E3 is #40B81C. Grayscale: #7C7C7C. Windows color (decimal): -4241437 or 14895039. OLE color: 14895039.
HSL color Cylindrical-coordinate representation of color #BF47E3: hue angle of 286.15º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF47E3 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 71 | 227 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.11 |
| HSL | 286.15º | 0.74% | 0.58% | - |
| HSV(B) | 286.15º | 0.69% | 0.89% | - |
| XYZ | 37.6 | 21.13 | 74.77 | - |
| YUV | 124.66 | 185.76 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 227 | 0.16 | 0.69 | 0 | 0.11 | 286.15 | 0.74 | 0.58 |
| Hex | BF | 47 | E3 | 10 | 45 | 0 | B | 11E | 4A | 3A |
| Octal | 277 | 107 | 343 | 20 | 105 | 0 | 13 | 436 | 112 | 72 |
| Binary | 10111111 | 1000111 | 11100011 | 10000 | 1000101 | 0 | 1011 | 100011110 | 1001010 | 111010 |
Color Harmonies of #BF47E3
Complementary color
Monochromatic Colors of #BF47E3
Black with #BF47E3
Text Example
Text Example
White with #BF47E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF47E3; }
p { color: rgb(191,71,227); }
H1.HeaderClassName
{
color: #BF47E3;
}
.AnyTagClassName
{
color: #BF47E3;
}
</style>
background-color css
<style>
a { background-color: #BF47E3; }
a { background-color: rgb(191,71,227); }
div.DivClassName
{
background-color: #BF47E3;
}
.BgClassName
{
background-color: #BF47E3;
}
</style>
border-color css
<style>
span { border-color: #BF47E3; }
span { border-color: rgb(191,71,227); }
td.TdClassName
{
border-color: #BF47E3;
}
.TagClassName
{
border-color: #BF47E3;
}
</style>