Shades of Medium Orchid #B949CF
Tints of Medium Orchid #B949CF
RGB
CMYK
RGB Variations
Color information
#B949CF (or 0xB949CF) is known color: Medium Orchid. HEX triplet: B9, 49 and CF. RGB value is (185,73,207). Sum of RGB (Red+Green+Blue) = 185+73+207=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #B949CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949CF is #46B630. Grayscale: #797979. Windows color (decimal): -4634161 or 13584825. OLE color: 13584825.
HSL color Cylindrical-coordinate representation of color #B949CF: hue angle of 290.15º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B949CF is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 73 | 207 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.19 |
| HSL | 290.15º | 0.58% | 0.55% | - |
| HSV(B) | 290.15º | 0.65% | 0.81% | - |
| XYZ | 33.65 | 19.58 | 61.04 | - |
| YUV | 121.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 207 | 0.11 | 0.65 | 0 | 0.19 | 290.15 | 0.58 | 0.55 |
| Hex | B9 | 49 | CF | B | 41 | 0 | 13 | 122 | 3A | 37 |
| Octal | 271 | 111 | 317 | 13 | 101 | 0 | 23 | 442 | 72 | 67 |
| Binary | 10111001 | 1001001 | 11001111 | 1011 | 1000001 | 0 | 10011 | 100100010 | 111010 | 110111 |
Color Harmonies of #B949CF
Complementary color
Monochromatic Colors of #B949CF
Black with #B949CF
Text Example
Text Example
White with #B949CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B949CF; }
p { color: rgb(185,73,207); }
H1.HeaderClassName
{
color: #B949CF;
}
.AnyTagClassName
{
color: #B949CF;
}
</style>
background-color css
<style>
a { background-color: #B949CF; }
a { background-color: rgb(185,73,207); }
div.DivClassName
{
background-color: #B949CF;
}
.BgClassName
{
background-color: #B949CF;
}
</style>
border-color css
<style>
span { border-color: #B949CF; }
span { border-color: rgb(185,73,207); }
td.TdClassName
{
border-color: #B949CF;
}
.TagClassName
{
border-color: #B949CF;
}
</style>