Shades of Medium Orchid #B047DE
Tints of Medium Orchid #B047DE
RGB
CMYK
RGB Variations
Color information
#B047DE (or 0xB047DE) is known color: Medium Orchid. HEX triplet: B0, 47 and DE. RGB value is (176,71,222). Sum of RGB (Red+Green+Blue) = 176+71+222=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #B047DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047DE is #4FB821. Grayscale: #777777. Windows color (decimal): -5224482 or 14567344. OLE color: 14567344.
HSL color Cylindrical-coordinate representation of color #B047DE: hue angle of 281.72º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B047DE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 71 | 222 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.13 |
| HSL | 281.72º | 0.7% | 0.57% | - |
| HSV(B) | 281.72º | 0.68% | 0.87% | - |
| XYZ | 33.34 | 19.01 | 71.02 | - |
| YUV | 119.61 | 185.79 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 222 | 0.21 | 0.68 | 0 | 0.13 | 281.72 | 0.7 | 0.57 |
| Hex | B0 | 47 | DE | 15 | 44 | 0 | D | 11A | 46 | 39 |
| Octal | 260 | 107 | 336 | 25 | 104 | 0 | 15 | 432 | 106 | 71 |
| Binary | 10110000 | 1000111 | 11011110 | 10101 | 1000100 | 0 | 1101 | 100011010 | 1000110 | 111001 |
Color Harmonies of #B047DE
Complementary color
Monochromatic Colors of #B047DE
Black with #B047DE
Text Example
Text Example
White with #B047DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B047DE; }
p { color: rgb(176,71,222); }
H1.HeaderClassName
{
color: #B047DE;
}
.AnyTagClassName
{
color: #B047DE;
}
</style>
background-color css
<style>
a { background-color: #B047DE; }
a { background-color: rgb(176,71,222); }
div.DivClassName
{
background-color: #B047DE;
}
.BgClassName
{
background-color: #B047DE;
}
</style>
border-color css
<style>
span { border-color: #B047DE; }
span { border-color: rgb(176,71,222); }
td.TdClassName
{
border-color: #B047DE;
}
.TagClassName
{
border-color: #B047DE;
}
</style>