Shades of Medium Orchid #B16FCF
Tints of Medium Orchid #B16FCF
RGB
CMYK
RGB Variations
Color information
#B16FCF (or 0xB16FCF) is known color: Medium Orchid. HEX triplet: B1, 6F and CF. RGB value is (177,111,207). Sum of RGB (Red+Green+Blue) = 177+111+207=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #B16FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16FCF is #4E9030. Grayscale: #8D8D8D. Windows color (decimal): -5148721 or 13594545. OLE color: 13594545.
HSL color Cylindrical-coordinate representation of color #B16FCF: hue angle of 281.25º degrees, saturation: 0.5, 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 #B16FCF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 111 | 207 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.19 |
| HSL | 281.25º | 0.5% | 0.62% | - |
| HSV(B) | 281.25º | 0.46% | 0.81% | - |
| XYZ | 35.08 | 25.22 | 62.05 | - |
| YUV | 141.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 111 | 207 | 0.14 | 0.46 | 0 | 0.19 | 281.25 | 0.5 | 0.62 |
| Hex | B1 | 6F | CF | E | 2E | 0 | 13 | 119 | 32 | 3E |
| Octal | 261 | 157 | 317 | 16 | 56 | 0 | 23 | 431 | 62 | 76 |
| Binary | 10110001 | 1101111 | 11001111 | 1110 | 101110 | 0 | 10011 | 100011001 | 110010 | 111110 |
Color Harmonies of #B16FCF
Complementary color
Monochromatic Colors of #B16FCF
Black with #B16FCF
Text Example
Text Example
White with #B16FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16FCF; }
p { color: rgb(177,111,207); }
H1.HeaderClassName
{
color: #B16FCF;
}
.AnyTagClassName
{
color: #B16FCF;
}
</style>
background-color css
<style>
a { background-color: #B16FCF; }
a { background-color: rgb(177,111,207); }
div.DivClassName
{
background-color: #B16FCF;
}
.BgClassName
{
background-color: #B16FCF;
}
</style>
border-color css
<style>
span { border-color: #B16FCF; }
span { border-color: rgb(177,111,207); }
td.TdClassName
{
border-color: #B16FCF;
}
.TagClassName
{
border-color: #B16FCF;
}
</style>