Shades of Medium Orchid #B16FCE
Tints of Medium Orchid #B16FCE
RGB
CMYK
RGB Variations
Color information
#B16FCE (or 0xB16FCE) is known color: Medium Orchid. HEX triplet: B1, 6F and CE. RGB value is (177,111,206). Sum of RGB (Red+Green+Blue) = 177+111+206=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #B16FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FCE is #4E9031. Grayscale: #8D8D8D. Windows color (decimal): -5148722 or 13529009. OLE color: 13529009.
HSL color Cylindrical-coordinate representation of color #B16FCE: hue angle of 281.68º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B16FCE is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 111 | 206 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.19 |
| HSL | 281.68º | 0.49% | 0.62% | - |
| HSV(B) | 281.68º | 0.46% | 0.81% | - |
| XYZ | 34.96 | 25.17 | 61.41 | - |
| YUV | 141.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 206 | 0.14 | 0.46 | 0 | 0.19 | 281.68 | 0.49 | 0.62 |
| Hex | B1 | 6F | CE | E | 2E | 0 | 13 | 11A | 31 | 3E |
| Octal | 261 | 157 | 316 | 16 | 56 | 0 | 23 | 432 | 61 | 76 |
| Binary | 10110001 | 1101111 | 11001110 | 1110 | 101110 | 0 | 10011 | 100011010 | 110001 | 111110 |
Color Harmonies of #B16FCE
Complementary color
Monochromatic Colors of #B16FCE
Black with #B16FCE
Text Example
Text Example
White with #B16FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FCE; }
p { color: rgb(177,111,206); }
H1.HeaderClassName
{
color: #B16FCE;
}
.AnyTagClassName
{
color: #B16FCE;
}
</style>
background-color css
<style>
a { background-color: #B16FCE; }
a { background-color: rgb(177,111,206); }
div.DivClassName
{
background-color: #B16FCE;
}
.BgClassName
{
background-color: #B16FCE;
}
</style>
border-color css
<style>
span { border-color: #B16FCE; }
span { border-color: rgb(177,111,206); }
td.TdClassName
{
border-color: #B16FCE;
}
.TagClassName
{
border-color: #B16FCE;
}
</style>