Shades of Medium Orchid #B16DD4
Tints of Medium Orchid #B16DD4
RGB
CMYK
RGB Variations
Color information
#B16DD4 (or 0xB16DD4) is known color: Medium Orchid. HEX triplet: B1, 6D and D4. RGB value is (177,109,212). Sum of RGB (Red+Green+Blue) = 177+109+212=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #B16DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16DD4 is #4E922B. Grayscale: #8C8C8C. Windows color (decimal): -5149228 or 13921713. OLE color: 13921713.
HSL color Cylindrical-coordinate representation of color #B16DD4: hue angle of 279.61º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B16DD4 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 109 | 212 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.17 |
| HSL | 279.61º | 0.54% | 0.63% | - |
| HSV(B) | 279.61º | 0.49% | 0.83% | - |
| XYZ | 35.48 | 25.04 | 65.25 | - |
| YUV | 141.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 212 | 0.17 | 0.49 | 0 | 0.17 | 279.61 | 0.54 | 0.63 |
| Hex | B1 | 6D | D4 | 11 | 31 | 0 | 11 | 118 | 36 | 3F |
| Octal | 261 | 155 | 324 | 21 | 61 | 0 | 21 | 430 | 66 | 77 |
| Binary | 10110001 | 1101101 | 11010100 | 10001 | 110001 | 0 | 10001 | 100011000 | 110110 | 111111 |
Color Harmonies of #B16DD4
Complementary color
Monochromatic Colors of #B16DD4
Black with #B16DD4
Text Example
Text Example
White with #B16DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16DD4; }
p { color: rgb(177,109,212); }
H1.HeaderClassName
{
color: #B16DD4;
}
.AnyTagClassName
{
color: #B16DD4;
}
</style>
background-color css
<style>
a { background-color: #B16DD4; }
a { background-color: rgb(177,109,212); }
div.DivClassName
{
background-color: #B16DD4;
}
.BgClassName
{
background-color: #B16DD4;
}
</style>
border-color css
<style>
span { border-color: #B16DD4; }
span { border-color: rgb(177,109,212); }
td.TdClassName
{
border-color: #B16DD4;
}
.TagClassName
{
border-color: #B16DD4;
}
</style>