Shades of Medium Orchid #B049CD
Tints of Medium Orchid #B049CD
RGB
CMYK
RGB Variations
Color information
#B049CD (or 0xB049CD) is known color: Medium Orchid. HEX triplet: B0, 49 and CD. RGB value is (176,73,205). Sum of RGB (Red+Green+Blue) = 176+73+205=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #B049CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049CD is #4FB632. Grayscale: #767676. Windows color (decimal): -5223987 or 13453744. OLE color: 13453744.
HSL color Cylindrical-coordinate representation of color #B049CD: hue angle of 286.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B049CD is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 73 | 205 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.20 |
| HSL | 286.82º | 0.57% | 0.55% | - |
| HSV(B) | 286.82º | 0.64% | 0.8% | - |
| XYZ | 31.31 | 18.4 | 59.66 | - |
| YUV | 118.85 | 176.62 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 205 | 0.14 | 0.64 | 0 | 0.20 | 286.82 | 0.57 | 0.55 |
| Hex | B0 | 49 | CD | E | 40 | 0 | 14 | 11F | 39 | 37 |
| Octal | 260 | 111 | 315 | 16 | 100 | 0 | 24 | 437 | 71 | 67 |
| Binary | 10110000 | 1001001 | 11001101 | 1110 | 1000000 | 0 | 10100 | 100011111 | 111001 | 110111 |
Color Harmonies of #B049CD
Complementary color
Monochromatic Colors of #B049CD
Black with #B049CD
Text Example
Text Example
White with #B049CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B049CD; }
p { color: rgb(176,73,205); }
H1.HeaderClassName
{
color: #B049CD;
}
.AnyTagClassName
{
color: #B049CD;
}
</style>
background-color css
<style>
a { background-color: #B049CD; }
a { background-color: rgb(176,73,205); }
div.DivClassName
{
background-color: #B049CD;
}
.BgClassName
{
background-color: #B049CD;
}
</style>
border-color css
<style>
span { border-color: #B049CD; }
span { border-color: rgb(176,73,205); }
td.TdClassName
{
border-color: #B049CD;
}
.TagClassName
{
border-color: #B049CD;
}
</style>