Shades of Medium Orchid #BF49D3
Tints of Medium Orchid #BF49D3
RGB
CMYK
RGB Variations
Color information
#BF49D3 (or 0xBF49D3) is known color: Medium Orchid. HEX triplet: BF, 49 and D3. RGB value is (191,73,211). Sum of RGB (Red+Green+Blue) = 191+73+211=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF49D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49D3 is #40B62C. Grayscale: #7B7B7B. Windows color (decimal): -4240941 or 13846975. OLE color: 13846975.
HSL color Cylindrical-coordinate representation of color #BF49D3: hue angle of 291.3º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF49D3 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 73 | 211 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.17 |
| HSL | 291.3º | 0.61% | 0.56% | - |
| HSV(B) | 291.3º | 0.65% | 0.83% | - |
| XYZ | 35.63 | 20.54 | 63.72 | - |
| YUV | 124.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 211 | 0.09 | 0.65 | 0 | 0.17 | 291.3 | 0.61 | 0.56 |
| Hex | BF | 49 | D3 | 9 | 41 | 0 | 11 | 123 | 3D | 38 |
| Octal | 277 | 111 | 323 | 11 | 101 | 0 | 21 | 443 | 75 | 70 |
| Binary | 10111111 | 1001001 | 11010011 | 1001 | 1000001 | 0 | 10001 | 100100011 | 111101 | 111000 |
Color Harmonies of #BF49D3
Complementary color
Monochromatic Colors of #BF49D3
Black with #BF49D3
Text Example
Text Example
White with #BF49D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF49D3; }
p { color: rgb(191,73,211); }
H1.HeaderClassName
{
color: #BF49D3;
}
.AnyTagClassName
{
color: #BF49D3;
}
</style>
background-color css
<style>
a { background-color: #BF49D3; }
a { background-color: rgb(191,73,211); }
div.DivClassName
{
background-color: #BF49D3;
}
.BgClassName
{
background-color: #BF49D3;
}
</style>
border-color css
<style>
span { border-color: #BF49D3; }
span { border-color: rgb(191,73,211); }
td.TdClassName
{
border-color: #BF49D3;
}
.TagClassName
{
border-color: #BF49D3;
}
</style>