Shades of Medium Orchid #B049DC
Tints of Medium Orchid #B049DC
RGB
CMYK
RGB Variations
Color information
#B049DC (or 0xB049DC) is known color: Medium Orchid. HEX triplet: B0, 49 and DC. RGB value is (176,73,220). Sum of RGB (Red+Green+Blue) = 176+73+220=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #B049DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049DC is #4FB623. Grayscale: #787878. Windows color (decimal): -5223972 or 14436784. OLE color: 14436784.
HSL color Cylindrical-coordinate representation of color #B049DC: hue angle of 282.04º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B049DC is Cyan = 0.2, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 73 | 220 | - |
| CMYK | 0.2 | 0.67 | 0 | 0.14 |
| HSL | 282.04º | 0.68% | 0.57% | - |
| HSV(B) | 282.04º | 0.67% | 0.86% | - |
| XYZ | 33.21 | 19.16 | 69.66 | - |
| YUV | 120.56 | 184.12 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 220 | 0.2 | 0.67 | 0 | 0.14 | 282.04 | 0.68 | 0.57 |
| Hex | B0 | 49 | DC | 14 | 43 | 0 | E | 11A | 44 | 39 |
| Octal | 260 | 111 | 334 | 24 | 103 | 0 | 16 | 432 | 104 | 71 |
| Binary | 10110000 | 1001001 | 11011100 | 10100 | 1000011 | 0 | 1110 | 100011010 | 1000100 | 111001 |
Color Harmonies of #B049DC
Complementary color
Monochromatic Colors of #B049DC
Black with #B049DC
Text Example
Text Example
White with #B049DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B049DC; }
p { color: rgb(176,73,220); }
H1.HeaderClassName
{
color: #B049DC;
}
.AnyTagClassName
{
color: #B049DC;
}
</style>
background-color css
<style>
a { background-color: #B049DC; }
a { background-color: rgb(176,73,220); }
div.DivClassName
{
background-color: #B049DC;
}
.BgClassName
{
background-color: #B049DC;
}
</style>
border-color css
<style>
span { border-color: #B049DC; }
span { border-color: rgb(176,73,220); }
td.TdClassName
{
border-color: #B049DC;
}
.TagClassName
{
border-color: #B049DC;
}
</style>