Shades of Medium Orchid #BF49D2
Tints of Medium Orchid #BF49D2
RGB
CMYK
RGB Variations
Color information
#BF49D2 (or 0xBF49D2) is known color: Medium Orchid. HEX triplet: BF, 49 and D2. RGB value is (191,73,210). Sum of RGB (Red+Green+Blue) = 191+73+210=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF49D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49D2 is #40B62D. Grayscale: #7B7B7B. Windows color (decimal): -4240942 or 13781439. OLE color: 13781439.
HSL color Cylindrical-coordinate representation of color #BF49D2: hue angle of 291.68º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF49D2 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 73 | 210 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.18 |
| HSL | 291.68º | 0.6% | 0.55% | - |
| HSV(B) | 291.68º | 0.65% | 0.82% | - |
| XYZ | 35.5 | 20.49 | 63.06 | - |
| YUV | 123.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 210 | 0.09 | 0.65 | 0 | 0.18 | 291.68 | 0.6 | 0.55 |
| Hex | BF | 49 | D2 | 9 | 41 | 0 | 12 | 124 | 3C | 37 |
| Octal | 277 | 111 | 322 | 11 | 101 | 0 | 22 | 444 | 74 | 67 |
| Binary | 10111111 | 1001001 | 11010010 | 1001 | 1000001 | 0 | 10010 | 100100100 | 111100 | 110111 |
Color Harmonies of #BF49D2
Complementary color
Monochromatic Colors of #BF49D2
Black with #BF49D2
Text Example
Text Example
White with #BF49D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF49D2; }
p { color: rgb(191,73,210); }
H1.HeaderClassName
{
color: #BF49D2;
}
.AnyTagClassName
{
color: #BF49D2;
}
</style>
background-color css
<style>
a { background-color: #BF49D2; }
a { background-color: rgb(191,73,210); }
div.DivClassName
{
background-color: #BF49D2;
}
.BgClassName
{
background-color: #BF49D2;
}
</style>
border-color css
<style>
span { border-color: #BF49D2; }
span { border-color: rgb(191,73,210); }
td.TdClassName
{
border-color: #BF49D2;
}
.TagClassName
{
border-color: #BF49D2;
}
</style>