Shades of Medium Orchid #B16CCC
Tints of Medium Orchid #B16CCC
RGB
CMYK
RGB Variations
Color information
#B16CCC (or 0xB16CCC) is known color: Medium Orchid. HEX triplet: B1, 6C and CC. RGB value is (177,108,204). Sum of RGB (Red+Green+Blue) = 177+108+204=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #B16CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16CCC is #4E9333. Grayscale: #8B8B8B. Windows color (decimal): -5149492 or 13397169. OLE color: 13397169.
HSL color Cylindrical-coordinate representation of color #B16CCC: hue angle of 283.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B16CCC is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 108 | 204 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.2 |
| HSL | 283.13º | 0.48% | 0.61% | - |
| HSV(B) | 283.13º | 0.47% | 0.8% | - |
| XYZ | 34.39 | 24.43 | 60.03 | - |
| YUV | 139.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 108 | 204 | 0.13 | 0.47 | 0 | 0.2 | 283.13 | 0.48 | 0.61 |
| Hex | B1 | 6C | CC | D | 2F | 0 | 14 | 11B | 30 | 3D |
| Octal | 261 | 154 | 314 | 15 | 57 | 0 | 24 | 433 | 60 | 75 |
| Binary | 10110001 | 1101100 | 11001100 | 1101 | 101111 | 0 | 10100 | 100011011 | 110000 | 111101 |
Color Harmonies of #B16CCC
Complementary color
Monochromatic Colors of #B16CCC
Black with #B16CCC
Text Example
Text Example
White with #B16CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16CCC; }
p { color: rgb(177,108,204); }
H1.HeaderClassName
{
color: #B16CCC;
}
.AnyTagClassName
{
color: #B16CCC;
}
</style>
background-color css
<style>
a { background-color: #B16CCC; }
a { background-color: rgb(177,108,204); }
div.DivClassName
{
background-color: #B16CCC;
}
.BgClassName
{
background-color: #B16CCC;
}
</style>
border-color css
<style>
span { border-color: #B16CCC; }
span { border-color: rgb(177,108,204); }
td.TdClassName
{
border-color: #B16CCC;
}
.TagClassName
{
border-color: #B16CCC;
}
</style>