Shades of Medium Orchid #B16EC3
Tints of Medium Orchid #B16EC3
RGB
CMYK
RGB Variations
Color information
#B16EC3 (or 0xB16EC3) is known color: Medium Orchid. HEX triplet: B1, 6E and C3. RGB value is (177,110,195). Sum of RGB (Red+Green+Blue) = 177+110+195=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 195 - color contains mainly: blue. Hex color #B16EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16EC3 is #4E913C. Grayscale: #8B8B8B. Windows color (decimal): -5148989 or 12807857. OLE color: 12807857.
HSL color Cylindrical-coordinate representation of color #B16EC3: hue angle of 287.29º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16EC3 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 110 | 195 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.24 |
| HSL | 287.29º | 0.41% | 0.6% | - |
| HSV(B) | 287.29º | 0.44% | 0.76% | - |
| XYZ | 33.56 | 24.44 | 54.58 | - |
| YUV | 139.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 110 | 195 | 0.09 | 0.44 | 0 | 0.24 | 287.29 | 0.41 | 0.6 |
| Hex | B1 | 6E | C3 | 9 | 2C | 0 | 18 | 11F | 29 | 3C |
| Octal | 261 | 156 | 303 | 11 | 54 | 0 | 30 | 437 | 51 | 74 |
| Binary | 10110001 | 1101110 | 11000011 | 1001 | 101100 | 0 | 11000 | 100011111 | 101001 | 111100 |
Color Harmonies of #B16EC3
Complementary color
Monochromatic Colors of #B16EC3
Black with #B16EC3
Text Example
Text Example
White with #B16EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16EC3; }
p { color: rgb(177,110,195); }
H1.HeaderClassName
{
color: #B16EC3;
}
.AnyTagClassName
{
color: #B16EC3;
}
</style>
background-color css
<style>
a { background-color: #B16EC3; }
a { background-color: rgb(177,110,195); }
div.DivClassName
{
background-color: #B16EC3;
}
.BgClassName
{
background-color: #B16EC3;
}
</style>
border-color css
<style>
span { border-color: #B16EC3; }
span { border-color: rgb(177,110,195); }
td.TdClassName
{
border-color: #B16EC3;
}
.TagClassName
{
border-color: #B16EC3;
}
</style>