Shades of Medium Orchid #B16FCB
Tints of Medium Orchid #B16FCB
RGB
CMYK
RGB Variations
Color information
#B16FCB (or 0xB16FCB) is known color: Medium Orchid. HEX triplet: B1, 6F and CB. RGB value is (177,111,203). Sum of RGB (Red+Green+Blue) = 177+111+203=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #B16FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FCB is #4E9034. Grayscale: #8C8C8C. Windows color (decimal): -5148725 or 13332401. OLE color: 13332401.
HSL color Cylindrical-coordinate representation of color #B16FCB: hue angle of 283.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16FCB is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 111 | 203 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.20 |
| HSL | 283.04º | 0.47% | 0.62% | - |
| HSV(B) | 283.04º | 0.45% | 0.8% | - |
| XYZ | 34.6 | 25.03 | 59.51 | - |
| YUV | 141.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 203 | 0.13 | 0.45 | 0 | 0.20 | 283.04 | 0.47 | 0.62 |
| Hex | B1 | 6F | CB | D | 2D | 0 | 14 | 11B | 2F | 3E |
| Octal | 261 | 157 | 313 | 15 | 55 | 0 | 24 | 433 | 57 | 76 |
| Binary | 10110001 | 1101111 | 11001011 | 1101 | 101101 | 0 | 10100 | 100011011 | 101111 | 111110 |
Color Harmonies of #B16FCB
Complementary color
Monochromatic Colors of #B16FCB
Black with #B16FCB
Text Example
Text Example
White with #B16FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FCB; }
p { color: rgb(177,111,203); }
H1.HeaderClassName
{
color: #B16FCB;
}
.AnyTagClassName
{
color: #B16FCB;
}
</style>
background-color css
<style>
a { background-color: #B16FCB; }
a { background-color: rgb(177,111,203); }
div.DivClassName
{
background-color: #B16FCB;
}
.BgClassName
{
background-color: #B16FCB;
}
</style>
border-color css
<style>
span { border-color: #B16FCB; }
span { border-color: rgb(177,111,203); }
td.TdClassName
{
border-color: #B16FCB;
}
.TagClassName
{
border-color: #B16FCB;
}
</style>