Shades of Medium Orchid #B16CCA
Tints of Medium Orchid #B16CCA
RGB
CMYK
RGB Variations
Color information
#B16CCA (or 0xB16CCA) is known color: Medium Orchid. HEX triplet: B1, 6C and CA. RGB value is (177,108,202). Sum of RGB (Red+Green+Blue) = 177+108+202=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #B16CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CCA is #4E9335. Grayscale: #8B8B8B. Windows color (decimal): -5149494 or 13266097. OLE color: 13266097.
HSL color Cylindrical-coordinate representation of color #B16CCA: hue angle of 284.04º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B16CCA is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 108 | 202 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.21 |
| HSL | 284.04º | 0.47% | 0.61% | - |
| HSV(B) | 284.04º | 0.47% | 0.79% | - |
| XYZ | 34.15 | 24.34 | 58.77 | - |
| YUV | 139.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 202 | 0.12 | 0.47 | 0 | 0.21 | 284.04 | 0.47 | 0.61 |
| Hex | B1 | 6C | CA | C | 2F | 0 | 15 | 11C | 2F | 3D |
| Octal | 261 | 154 | 312 | 14 | 57 | 0 | 25 | 434 | 57 | 75 |
| Binary | 10110001 | 1101100 | 11001010 | 1100 | 101111 | 0 | 10101 | 100011100 | 101111 | 111101 |
Color Harmonies of #B16CCA
Complementary color
Monochromatic Colors of #B16CCA
Black with #B16CCA
Text Example
Text Example
White with #B16CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16CCA; }
p { color: rgb(177,108,202); }
H1.HeaderClassName
{
color: #B16CCA;
}
.AnyTagClassName
{
color: #B16CCA;
}
</style>
background-color css
<style>
a { background-color: #B16CCA; }
a { background-color: rgb(177,108,202); }
div.DivClassName
{
background-color: #B16CCA;
}
.BgClassName
{
background-color: #B16CCA;
}
</style>
border-color css
<style>
span { border-color: #B16CCA; }
span { border-color: rgb(177,108,202); }
td.TdClassName
{
border-color: #B16CCA;
}
.TagClassName
{
border-color: #B16CCA;
}
</style>