Shades of Medium Orchid #B949DF
Tints of Medium Orchid #B949DF
RGB
CMYK
RGB Variations
Color information
#B949DF (or 0xB949DF) is known color: Medium Orchid. HEX triplet: B9, 49 and DF. RGB value is (185,73,223). Sum of RGB (Red+Green+Blue) = 185+73+223=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #B949DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949DF is #46B620. Grayscale: #7B7B7B. Windows color (decimal): -4634145 or 14633401. OLE color: 14633401.
HSL color Cylindrical-coordinate representation of color #B949DF: hue angle of 284.8º 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 #B949DF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 73 | 223 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.13 |
| HSL | 284.8º | 0.7% | 0.58% | - |
| HSV(B) | 284.8º | 0.67% | 0.87% | - |
| XYZ | 35.71 | 20.41 | 71.87 | - |
| YUV | 123.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 223 | 0.17 | 0.67 | 0 | 0.13 | 284.8 | 0.7 | 0.58 |
| Hex | B9 | 49 | DF | 11 | 43 | 0 | D | 11D | 46 | 3A |
| Octal | 271 | 111 | 337 | 21 | 103 | 0 | 15 | 435 | 106 | 72 |
| Binary | 10111001 | 1001001 | 11011111 | 10001 | 1000011 | 0 | 1101 | 100011101 | 1000110 | 111010 |
Color Harmonies of #B949DF
Complementary color
Monochromatic Colors of #B949DF
Black with #B949DF
Text Example
Text Example
White with #B949DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B949DF; }
p { color: rgb(185,73,223); }
H1.HeaderClassName
{
color: #B949DF;
}
.AnyTagClassName
{
color: #B949DF;
}
</style>
background-color css
<style>
a { background-color: #B949DF; }
a { background-color: rgb(185,73,223); }
div.DivClassName
{
background-color: #B949DF;
}
.BgClassName
{
background-color: #B949DF;
}
</style>
border-color css
<style>
span { border-color: #B949DF; }
span { border-color: rgb(185,73,223); }
td.TdClassName
{
border-color: #B949DF;
}
.TagClassName
{
border-color: #B949DF;
}
</style>