Shades of Medium Orchid #BF49D6
Tints of Medium Orchid #BF49D6
RGB
CMYK
RGB Variations
Color information
#BF49D6 (or 0xBF49D6) is known color: Medium Orchid. HEX triplet: BF, 49 and D6. RGB value is (191,73,214). Sum of RGB (Red+Green+Blue) = 191+73+214=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF49D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49D6 is #40B629. Grayscale: #7B7B7B. Windows color (decimal): -4240938 or 14043583. OLE color: 14043583.
HSL color Cylindrical-coordinate representation of color #BF49D6: hue angle of 290.21º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF49D6 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 73 | 214 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.16 |
| HSL | 290.21º | 0.63% | 0.56% | - |
| HSV(B) | 290.21º | 0.66% | 0.84% | - |
| XYZ | 36.01 | 20.7 | 65.72 | - |
| YUV | 124.36 | 178.59 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 214 | 0.11 | 0.66 | 0 | 0.16 | 290.21 | 0.63 | 0.56 |
| Hex | BF | 49 | D6 | B | 42 | 0 | 10 | 122 | 3F | 38 |
| Octal | 277 | 111 | 326 | 13 | 102 | 0 | 20 | 442 | 77 | 70 |
| Binary | 10111111 | 1001001 | 11010110 | 1011 | 1000010 | 0 | 10000 | 100100010 | 111111 | 111000 |
Color Harmonies of #BF49D6
Complementary color
Monochromatic Colors of #BF49D6
Black with #BF49D6
Text Example
Text Example
White with #BF49D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF49D6; }
p { color: rgb(191,73,214); }
H1.HeaderClassName
{
color: #BF49D6;
}
.AnyTagClassName
{
color: #BF49D6;
}
</style>
background-color css
<style>
a { background-color: #BF49D6; }
a { background-color: rgb(191,73,214); }
div.DivClassName
{
background-color: #BF49D6;
}
.BgClassName
{
background-color: #BF49D6;
}
</style>
border-color css
<style>
span { border-color: #BF49D6; }
span { border-color: rgb(191,73,214); }
td.TdClassName
{
border-color: #BF49D6;
}
.TagClassName
{
border-color: #BF49D6;
}
</style>