Shades of Medium Orchid #B049CF
Tints of Medium Orchid #B049CF
RGB
CMYK
RGB Variations
Color information
#B049CF (or 0xB049CF) is known color: Medium Orchid. HEX triplet: B0, 49 and CF. RGB value is (176,73,207). Sum of RGB (Red+Green+Blue) = 176+73+207=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #B049CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049CF is #4FB630. Grayscale: #767676. Windows color (decimal): -5223985 or 13584816. OLE color: 13584816.
HSL color Cylindrical-coordinate representation of color #B049CF: hue angle of 286.12º 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 #B049CF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 73 | 207 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.19 |
| HSL | 286.12º | 0.58% | 0.55% | - |
| HSV(B) | 286.12º | 0.65% | 0.81% | - |
| XYZ | 31.55 | 18.5 | 60.94 | - |
| YUV | 119.07 | 177.62 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 207 | 0.15 | 0.65 | 0 | 0.19 | 286.12 | 0.58 | 0.55 |
| Hex | B0 | 49 | CF | F | 41 | 0 | 13 | 11E | 3A | 37 |
| Octal | 260 | 111 | 317 | 17 | 101 | 0 | 23 | 436 | 72 | 67 |
| Binary | 10110000 | 1001001 | 11001111 | 1111 | 1000001 | 0 | 10011 | 100011110 | 111010 | 110111 |
Color Harmonies of #B049CF
Complementary color
Monochromatic Colors of #B049CF
Black with #B049CF
Text Example
Text Example
White with #B049CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B049CF; }
p { color: rgb(176,73,207); }
H1.HeaderClassName
{
color: #B049CF;
}
.AnyTagClassName
{
color: #B049CF;
}
</style>
background-color css
<style>
a { background-color: #B049CF; }
a { background-color: rgb(176,73,207); }
div.DivClassName
{
background-color: #B049CF;
}
.BgClassName
{
background-color: #B049CF;
}
</style>
border-color css
<style>
span { border-color: #B049CF; }
span { border-color: rgb(176,73,207); }
td.TdClassName
{
border-color: #B049CF;
}
.TagClassName
{
border-color: #B049CF;
}
</style>