Shades of Medium Orchid #B16ADF
Tints of Medium Orchid #B16ADF
RGB
CMYK
RGB Variations
Color information
#B16ADF (or 0xB16ADF) is known color: Medium Orchid. HEX triplet: B1, 6A and DF. RGB value is (177,106,223). Sum of RGB (Red+Green+Blue) = 177+106+223=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #B16ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ADF is #4E9520. Grayscale: #8C8C8C. Windows color (decimal): -5149985 or 14641841. OLE color: 14641841.
HSL color Cylindrical-coordinate representation of color #B16ADF: hue angle of 276.41º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16ADF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 106 | 223 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.13 |
| HSL | 276.41º | 0.65% | 0.65% | - |
| HSV(B) | 276.41º | 0.52% | 0.87% | - |
| XYZ | 36.6 | 24.98 | 72.7 | - |
| YUV | 140.57 | 174.52 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 223 | 0.21 | 0.52 | 0 | 0.13 | 276.41 | 0.65 | 0.65 |
| Hex | B1 | 6A | DF | 15 | 34 | 0 | D | 114 | 41 | 41 |
| Octal | 261 | 152 | 337 | 25 | 64 | 0 | 15 | 424 | 101 | 101 |
| Binary | 10110001 | 1101010 | 11011111 | 10101 | 110100 | 0 | 1101 | 100010100 | 1000001 | 1000001 |
Color Harmonies of #B16ADF
Complementary color
Monochromatic Colors of #B16ADF
Black with #B16ADF
Text Example
Text Example
White with #B16ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16ADF; }
p { color: rgb(177,106,223); }
H1.HeaderClassName
{
color: #B16ADF;
}
.AnyTagClassName
{
color: #B16ADF;
}
</style>
background-color css
<style>
a { background-color: #B16ADF; }
a { background-color: rgb(177,106,223); }
div.DivClassName
{
background-color: #B16ADF;
}
.BgClassName
{
background-color: #B16ADF;
}
</style>
border-color css
<style>
span { border-color: #B16ADF; }
span { border-color: rgb(177,106,223); }
td.TdClassName
{
border-color: #B16ADF;
}
.TagClassName
{
border-color: #B16ADF;
}
</style>