Shades of Medium Orchid #B16ACF
Tints of Medium Orchid #B16ACF
RGB
CMYK
RGB Variations
Color information
#B16ACF (or 0xB16ACF) is known color: Medium Orchid. HEX triplet: B1, 6A and CF. RGB value is (177,106,207). Sum of RGB (Red+Green+Blue) = 177+106+207=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #B16ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ACF is #4E9530. Grayscale: #8A8A8A. Windows color (decimal): -5150001 or 13593265. OLE color: 13593265.
HSL color Cylindrical-coordinate representation of color #B16ACF: hue angle of 282.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B16ACF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 106 | 207 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.19 |
| HSL | 282.18º | 0.51% | 0.61% | - |
| HSV(B) | 282.18º | 0.49% | 0.81% | - |
| XYZ | 34.55 | 24.16 | 61.87 | - |
| YUV | 138.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 207 | 0.14 | 0.49 | 0 | 0.19 | 282.18 | 0.51 | 0.61 |
| Hex | B1 | 6A | CF | E | 31 | 0 | 13 | 11A | 33 | 3D |
| Octal | 261 | 152 | 317 | 16 | 61 | 0 | 23 | 432 | 63 | 75 |
| Binary | 10110001 | 1101010 | 11001111 | 1110 | 110001 | 0 | 10011 | 100011010 | 110011 | 111101 |
Color Harmonies of #B16ACF
Complementary color
Monochromatic Colors of #B16ACF
Black with #B16ACF
Text Example
Text Example
White with #B16ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16ACF; }
p { color: rgb(177,106,207); }
H1.HeaderClassName
{
color: #B16ACF;
}
.AnyTagClassName
{
color: #B16ACF;
}
</style>
background-color css
<style>
a { background-color: #B16ACF; }
a { background-color: rgb(177,106,207); }
div.DivClassName
{
background-color: #B16ACF;
}
.BgClassName
{
background-color: #B16ACF;
}
</style>
border-color css
<style>
span { border-color: #B16ACF; }
span { border-color: rgb(177,106,207); }
td.TdClassName
{
border-color: #B16ACF;
}
.TagClassName
{
border-color: #B16ACF;
}
</style>