Shades of Medium Orchid #BF47D2
Tints of Medium Orchid #BF47D2
RGB
CMYK
RGB Variations
Color information
#BF47D2 (or 0xBF47D2) is known color: Medium Orchid. HEX triplet: BF, 47 and D2. RGB value is (191,71,210). Sum of RGB (Red+Green+Blue) = 191+71+210=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF47D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47D2 is #40B82D. Grayscale: #7A7A7A. Windows color (decimal): -4241454 or 13780927. OLE color: 13780927.
HSL color Cylindrical-coordinate representation of color #BF47D2: hue angle of 291.8º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF47D2 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 71 | 210 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.18 |
| HSL | 291.8º | 0.61% | 0.55% | - |
| HSV(B) | 291.8º | 0.66% | 0.82% | - |
| XYZ | 35.37 | 20.24 | 63.01 | - |
| YUV | 122.73 | 177.26 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 210 | 0.09 | 0.66 | 0 | 0.18 | 291.8 | 0.61 | 0.55 |
| Hex | BF | 47 | D2 | 9 | 42 | 0 | 12 | 124 | 3D | 37 |
| Octal | 277 | 107 | 322 | 11 | 102 | 0 | 22 | 444 | 75 | 67 |
| Binary | 10111111 | 1000111 | 11010010 | 1001 | 1000010 | 0 | 10010 | 100100100 | 111101 | 110111 |
Color Harmonies of #BF47D2
Complementary color
Monochromatic Colors of #BF47D2
Black with #BF47D2
Text Example
Text Example
White with #BF47D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF47D2; }
p { color: rgb(191,71,210); }
H1.HeaderClassName
{
color: #BF47D2;
}
.AnyTagClassName
{
color: #BF47D2;
}
</style>
background-color css
<style>
a { background-color: #BF47D2; }
a { background-color: rgb(191,71,210); }
div.DivClassName
{
background-color: #BF47D2;
}
.BgClassName
{
background-color: #BF47D2;
}
</style>
border-color css
<style>
span { border-color: #BF47D2; }
span { border-color: rgb(191,71,210); }
td.TdClassName
{
border-color: #BF47D2;
}
.TagClassName
{
border-color: #BF47D2;
}
</style>