Shades of Medium Orchid #B96DC7
Tints of Medium Orchid #B96DC7
RGB
CMYK
RGB Variations
Color information
#B96DC7 (or 0xB96DC7) is known color: Medium Orchid. HEX triplet: B9, 6D and C7. RGB value is (185,109,199). Sum of RGB (Red+Green+Blue) = 185+109+199=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #B96DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DC7 is #469238. Grayscale: #8D8D8D. Windows color (decimal): -4624953 or 13069753. OLE color: 13069753.
HSL color Cylindrical-coordinate representation of color #B96DC7: hue angle of 290.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96DC7 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 109 | 199 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.22 |
| HSL | 290.67º | 0.45% | 0.6% | - |
| HSV(B) | 290.67º | 0.45% | 0.78% | - |
| XYZ | 35.79 | 25.38 | 57.04 | - |
| YUV | 141.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 199 | 0.07 | 0.45 | 0 | 0.22 | 290.67 | 0.45 | 0.6 |
| Hex | B9 | 6D | C7 | 7 | 2D | 0 | 16 | 123 | 2D | 3C |
| Octal | 271 | 155 | 307 | 7 | 55 | 0 | 26 | 443 | 55 | 74 |
| Binary | 10111001 | 1101101 | 11000111 | 111 | 101101 | 0 | 10110 | 100100011 | 101101 | 111100 |
Color Harmonies of #B96DC7
Complementary color
Monochromatic Colors of #B96DC7
Black with #B96DC7
Text Example
Text Example
White with #B96DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96DC7; }
p { color: rgb(185,109,199); }
H1.HeaderClassName
{
color: #B96DC7;
}
.AnyTagClassName
{
color: #B96DC7;
}
</style>
background-color css
<style>
a { background-color: #B96DC7; }
a { background-color: rgb(185,109,199); }
div.DivClassName
{
background-color: #B96DC7;
}
.BgClassName
{
background-color: #B96DC7;
}
</style>
border-color css
<style>
span { border-color: #B96DC7; }
span { border-color: rgb(185,109,199); }
td.TdClassName
{
border-color: #B96DC7;
}
.TagClassName
{
border-color: #B96DC7;
}
</style>