Shades of Medium Orchid #B049DF
Tints of Medium Orchid #B049DF
RGB
CMYK
RGB Variations
Color information
#B049DF (or 0xB049DF) is known color: Medium Orchid. HEX triplet: B0, 49 and DF. RGB value is (176,73,223). Sum of RGB (Red+Green+Blue) = 176+73+223=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #B049DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049DF is #4FB620. Grayscale: #787878. Windows color (decimal): -5223969 or 14633392. OLE color: 14633392.
HSL color Cylindrical-coordinate representation of color #B049DF: hue angle of 281.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B049DF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 73 | 223 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.13 |
| HSL | 281.2º | 0.7% | 0.58% | - |
| HSV(B) | 281.2º | 0.67% | 0.87% | - |
| XYZ | 33.61 | 19.32 | 71.77 | - |
| YUV | 120.9 | 185.62 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 223 | 0.21 | 0.67 | 0 | 0.13 | 281.2 | 0.7 | 0.58 |
| Hex | B0 | 49 | DF | 15 | 43 | 0 | D | 119 | 46 | 3A |
| Octal | 260 | 111 | 337 | 25 | 103 | 0 | 15 | 431 | 106 | 72 |
| Binary | 10110000 | 1001001 | 11011111 | 10101 | 1000011 | 0 | 1101 | 100011001 | 1000110 | 111010 |
Color Harmonies of #B049DF
Complementary color
Monochromatic Colors of #B049DF
Black with #B049DF
Text Example
Text Example
White with #B049DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B049DF; }
p { color: rgb(176,73,223); }
H1.HeaderClassName
{
color: #B049DF;
}
.AnyTagClassName
{
color: #B049DF;
}
</style>
background-color css
<style>
a { background-color: #B049DF; }
a { background-color: rgb(176,73,223); }
div.DivClassName
{
background-color: #B049DF;
}
.BgClassName
{
background-color: #B049DF;
}
</style>
border-color css
<style>
span { border-color: #B049DF; }
span { border-color: rgb(176,73,223); }
td.TdClassName
{
border-color: #B049DF;
}
.TagClassName
{
border-color: #B049DF;
}
</style>