Shades of Medium Orchid #BF47ED
Tints of Medium Orchid #BF47ED
RGB
CMYK
RGB Variations
Color information
#BF47ED (or 0xBF47ED) is known color: Medium Orchid. HEX triplet: BF, 47 and ED. RGB value is (191,71,237). Sum of RGB (Red+Green+Blue) = 191+71+237=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF47ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF47ED is #40B812. Grayscale: #7D7D7D. Windows color (decimal): -4241427 or 15550399. OLE color: 15550399.
HSL color Cylindrical-coordinate representation of color #BF47ED: hue angle of 283.37º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF47ED is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 71 | 237 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.07 |
| HSL | 283.37º | 0.82% | 0.6% | - |
| HSV(B) | 283.37º | 0.7% | 0.93% | - |
| XYZ | 39.03 | 21.7 | 82.25 | - |
| YUV | 125.8 | 190.76 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 237 | 0.19 | 0.70 | 0 | 0.07 | 283.37 | 0.82 | 0.6 |
| Hex | BF | 47 | ED | 13 | 46 | 0 | 7 | 11B | 52 | 3C |
| Octal | 277 | 107 | 355 | 23 | 106 | 0 | 7 | 433 | 122 | 74 |
| Binary | 10111111 | 1000111 | 11101101 | 10011 | 1000110 | 0 | 111 | 100011011 | 1010010 | 111100 |
Color Harmonies of #BF47ED
Complementary color
Monochromatic Colors of #BF47ED
Black with #BF47ED
Text Example
Text Example
White with #BF47ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF47ED; }
p { color: rgb(191,71,237); }
H1.HeaderClassName
{
color: #BF47ED;
}
.AnyTagClassName
{
color: #BF47ED;
}
</style>
background-color css
<style>
a { background-color: #BF47ED; }
a { background-color: rgb(191,71,237); }
div.DivClassName
{
background-color: #BF47ED;
}
.BgClassName
{
background-color: #BF47ED;
}
</style>
border-color css
<style>
span { border-color: #BF47ED; }
span { border-color: rgb(191,71,237); }
td.TdClassName
{
border-color: #BF47ED;
}
.TagClassName
{
border-color: #BF47ED;
}
</style>