Shades of Medium Orchid #B046DC
Tints of Medium Orchid #B046DC
RGB
CMYK
RGB Variations
Color information
#B046DC (or 0xB046DC) is known color: Medium Orchid. HEX triplet: B0, 46 and DC. RGB value is (176,70,220). Sum of RGB (Red+Green+Blue) = 176+70+220=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #B046DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B046DC is #4FB923. Grayscale: #767676. Windows color (decimal): -5224740 or 14436016. OLE color: 14436016.
HSL color Cylindrical-coordinate representation of color #B046DC: hue angle of 282.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B046DC is Cyan = 0.2, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 70 | 220 | - |
| CMYK | 0.2 | 0.68 | 0 | 0.14 |
| HSL | 282.4º | 0.68% | 0.57% | - |
| HSV(B) | 282.4º | 0.68% | 0.86% | - |
| XYZ | 33.01 | 18.78 | 69.59 | - |
| YUV | 118.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 220 | 0.2 | 0.68 | 0 | 0.14 | 282.4 | 0.68 | 0.57 |
| Hex | B0 | 46 | DC | 14 | 44 | 0 | E | 11A | 44 | 39 |
| Octal | 260 | 106 | 334 | 24 | 104 | 0 | 16 | 432 | 104 | 71 |
| Binary | 10110000 | 1000110 | 11011100 | 10100 | 1000100 | 0 | 1110 | 100011010 | 1000100 | 111001 |
Color Harmonies of #B046DC
Complementary color
Monochromatic Colors of #B046DC
Black with #B046DC
Text Example
Text Example
White with #B046DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B046DC; }
p { color: rgb(176,70,220); }
H1.HeaderClassName
{
color: #B046DC;
}
.AnyTagClassName
{
color: #B046DC;
}
</style>
background-color css
<style>
a { background-color: #B046DC; }
a { background-color: rgb(176,70,220); }
div.DivClassName
{
background-color: #B046DC;
}
.BgClassName
{
background-color: #B046DC;
}
</style>
border-color css
<style>
span { border-color: #B046DC; }
span { border-color: rgb(176,70,220); }
td.TdClassName
{
border-color: #B046DC;
}
.TagClassName
{
border-color: #B046DC;
}
</style>