Shades of Medium Orchid #BF47D6
Tints of Medium Orchid #BF47D6
RGB
CMYK
RGB Variations
Color information
#BF47D6 (or 0xBF47D6) is known color: Medium Orchid. HEX triplet: BF, 47 and D6. RGB value is (191,71,214). Sum of RGB (Red+Green+Blue) = 191+71+214=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF47D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47D6 is #40B829. Grayscale: #7A7A7A. Windows color (decimal): -4241450 or 14043071. OLE color: 14043071.
HSL color Cylindrical-coordinate representation of color #BF47D6: hue angle of 290.35º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF47D6 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 71 | 214 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.16 |
| HSL | 290.35º | 0.64% | 0.56% | - |
| HSV(B) | 290.35º | 0.67% | 0.84% | - |
| XYZ | 35.88 | 20.44 | 65.67 | - |
| YUV | 123.18 | 179.26 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 214 | 0.11 | 0.67 | 0 | 0.16 | 290.35 | 0.64 | 0.56 |
| Hex | BF | 47 | D6 | B | 43 | 0 | 10 | 122 | 40 | 38 |
| Octal | 277 | 107 | 326 | 13 | 103 | 0 | 20 | 442 | 100 | 70 |
| Binary | 10111111 | 1000111 | 11010110 | 1011 | 1000011 | 0 | 10000 | 100100010 | 1000000 | 111000 |
Color Harmonies of #BF47D6
Complementary color
Monochromatic Colors of #BF47D6
Black with #BF47D6
Text Example
Text Example
White with #BF47D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF47D6; }
p { color: rgb(191,71,214); }
H1.HeaderClassName
{
color: #BF47D6;
}
.AnyTagClassName
{
color: #BF47D6;
}
</style>
background-color css
<style>
a { background-color: #BF47D6; }
a { background-color: rgb(191,71,214); }
div.DivClassName
{
background-color: #BF47D6;
}
.BgClassName
{
background-color: #BF47D6;
}
</style>
border-color css
<style>
span { border-color: #BF47D6; }
span { border-color: rgb(191,71,214); }
td.TdClassName
{
border-color: #BF47D6;
}
.TagClassName
{
border-color: #BF47D6;
}
</style>