Shades of Medium Orchid #B16FCD
Tints of Medium Orchid #B16FCD
RGB
CMYK
RGB Variations
Color information
#B16FCD (or 0xB16FCD) is known color: Medium Orchid. HEX triplet: B1, 6F and CD. RGB value is (177,111,205). Sum of RGB (Red+Green+Blue) = 177+111+205=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #B16FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FCD is #4E9032. Grayscale: #8D8D8D. Windows color (decimal): -5148723 or 13463473. OLE color: 13463473.
HSL color Cylindrical-coordinate representation of color #B16FCD: hue angle of 282.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16FCD is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 111 | 205 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.20 |
| HSL | 282.13º | 0.48% | 0.62% | - |
| HSV(B) | 282.13º | 0.46% | 0.8% | - |
| XYZ | 34.84 | 25.12 | 60.77 | - |
| YUV | 141.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 205 | 0.14 | 0.46 | 0 | 0.20 | 282.13 | 0.48 | 0.62 |
| Hex | B1 | 6F | CD | E | 2E | 0 | 14 | 11A | 30 | 3E |
| Octal | 261 | 157 | 315 | 16 | 56 | 0 | 24 | 432 | 60 | 76 |
| Binary | 10110001 | 1101111 | 11001101 | 1110 | 101110 | 0 | 10100 | 100011010 | 110000 | 111110 |
Color Harmonies of #B16FCD
Complementary color
Monochromatic Colors of #B16FCD
Black with #B16FCD
Text Example
Text Example
White with #B16FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FCD; }
p { color: rgb(177,111,205); }
H1.HeaderClassName
{
color: #B16FCD;
}
.AnyTagClassName
{
color: #B16FCD;
}
</style>
background-color css
<style>
a { background-color: #B16FCD; }
a { background-color: rgb(177,111,205); }
div.DivClassName
{
background-color: #B16FCD;
}
.BgClassName
{
background-color: #B16FCD;
}
</style>
border-color css
<style>
span { border-color: #B16FCD; }
span { border-color: rgb(177,111,205); }
td.TdClassName
{
border-color: #B16FCD;
}
.TagClassName
{
border-color: #B16FCD;
}
</style>