Shades of Medium Orchid #B049D2
Tints of Medium Orchid #B049D2
RGB
CMYK
RGB Variations
Color information
#B049D2 (or 0xB049D2) is known color: Medium Orchid. HEX triplet: B0, 49 and D2. RGB value is (176,73,210). Sum of RGB (Red+Green+Blue) = 176+73+210=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 210 - color contains mainly: blue. Hex color #B049D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B049D2 is #4FB62D. Grayscale: #767676. Windows color (decimal): -5223982 or 13781424. OLE color: 13781424.
HSL color Cylindrical-coordinate representation of color #B049D2: hue angle of 285.11º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B049D2 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 73 | 210 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.18 |
| HSL | 285.11º | 0.6% | 0.55% | - |
| HSV(B) | 285.11º | 0.65% | 0.82% | - |
| XYZ | 31.92 | 18.65 | 62.89 | - |
| YUV | 119.42 | 179.12 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 210 | 0.16 | 0.65 | 0 | 0.18 | 285.11 | 0.6 | 0.55 |
| Hex | B0 | 49 | D2 | 10 | 41 | 0 | 12 | 11D | 3C | 37 |
| Octal | 260 | 111 | 322 | 20 | 101 | 0 | 22 | 435 | 74 | 67 |
| Binary | 10110000 | 1001001 | 11010010 | 10000 | 1000001 | 0 | 10010 | 100011101 | 111100 | 110111 |
Color Harmonies of #B049D2
Complementary color
Monochromatic Colors of #B049D2
Black with #B049D2
Text Example
Text Example
White with #B049D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B049D2; }
p { color: rgb(176,73,210); }
H1.HeaderClassName
{
color: #B049D2;
}
.AnyTagClassName
{
color: #B049D2;
}
</style>
background-color css
<style>
a { background-color: #B049D2; }
a { background-color: rgb(176,73,210); }
div.DivClassName
{
background-color: #B049D2;
}
.BgClassName
{
background-color: #B049D2;
}
</style>
border-color css
<style>
span { border-color: #B049D2; }
span { border-color: rgb(176,73,210); }
td.TdClassName
{
border-color: #B049D2;
}
.TagClassName
{
border-color: #B049D2;
}
</style>