Shades of Medium Orchid #B047D1
Tints of Medium Orchid #B047D1
RGB
CMYK
RGB Variations
Color information
#B047D1 (or 0xB047D1) is known color: Medium Orchid. HEX triplet: B0, 47 and D1. RGB value is (176,71,209). Sum of RGB (Red+Green+Blue) = 176+71+209=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #B047D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047D1 is #4FB82E. Grayscale: #757575. Windows color (decimal): -5224495 or 13715376. OLE color: 13715376.
HSL color Cylindrical-coordinate representation of color #B047D1: hue angle of 285.65º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B047D1 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 71 | 209 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.18 |
| HSL | 285.65º | 0.6% | 0.55% | - |
| HSV(B) | 285.65º | 0.66% | 0.82% | - |
| XYZ | 31.67 | 18.34 | 62.19 | - |
| YUV | 118.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 209 | 0.16 | 0.66 | 0 | 0.18 | 285.65 | 0.6 | 0.55 |
| Hex | B0 | 47 | D1 | 10 | 42 | 0 | 12 | 11E | 3C | 37 |
| Octal | 260 | 107 | 321 | 20 | 102 | 0 | 22 | 436 | 74 | 67 |
| Binary | 10110000 | 1000111 | 11010001 | 10000 | 1000010 | 0 | 10010 | 100011110 | 111100 | 110111 |
Color Harmonies of #B047D1
Complementary color
Monochromatic Colors of #B047D1
Black with #B047D1
Text Example
Text Example
White with #B047D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B047D1; }
p { color: rgb(176,71,209); }
H1.HeaderClassName
{
color: #B047D1;
}
.AnyTagClassName
{
color: #B047D1;
}
</style>
background-color css
<style>
a { background-color: #B047D1; }
a { background-color: rgb(176,71,209); }
div.DivClassName
{
background-color: #B047D1;
}
.BgClassName
{
background-color: #B047D1;
}
</style>
border-color css
<style>
span { border-color: #B047D1; }
span { border-color: rgb(176,71,209); }
td.TdClassName
{
border-color: #B047D1;
}
.TagClassName
{
border-color: #B047D1;
}
</style>