Shades of Medium Orchid #B96DC5
Tints of Medium Orchid #B96DC5
RGB
CMYK
RGB Variations
Color information
#B96DC5 (or 0xB96DC5) is known color: Medium Orchid. HEX triplet: B9, 6D and C5. RGB value is (185,109,197). Sum of RGB (Red+Green+Blue) = 185+109+197=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 197 - color contains mainly: blue. Hex color #B96DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DC5 is #46923A. Grayscale: #8D8D8D. Windows color (decimal): -4624955 or 12938681. OLE color: 12938681.
HSL color Cylindrical-coordinate representation of color #B96DC5: hue angle of 291.82º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96DC5 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 109 | 197 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.23 |
| HSL | 291.82º | 0.43% | 0.6% | - |
| HSV(B) | 291.82º | 0.45% | 0.77% | - |
| XYZ | 35.55 | 25.28 | 55.83 | - |
| YUV | 141.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 197 | 0.06 | 0.45 | 0 | 0.23 | 291.82 | 0.43 | 0.6 |
| Hex | B9 | 6D | C5 | 6 | 2D | 0 | 17 | 124 | 2B | 3C |
| Octal | 271 | 155 | 305 | 6 | 55 | 0 | 27 | 444 | 53 | 74 |
| Binary | 10111001 | 1101101 | 11000101 | 110 | 101101 | 0 | 10111 | 100100100 | 101011 | 111100 |
Color Harmonies of #B96DC5
Complementary color
Monochromatic Colors of #B96DC5
Black with #B96DC5
Text Example
Text Example
White with #B96DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96DC5; }
p { color: rgb(185,109,197); }
H1.HeaderClassName
{
color: #B96DC5;
}
.AnyTagClassName
{
color: #B96DC5;
}
</style>
background-color css
<style>
a { background-color: #B96DC5; }
a { background-color: rgb(185,109,197); }
div.DivClassName
{
background-color: #B96DC5;
}
.BgClassName
{
background-color: #B96DC5;
}
</style>
border-color css
<style>
span { border-color: #B96DC5; }
span { border-color: rgb(185,109,197); }
td.TdClassName
{
border-color: #B96DC5;
}
.TagClassName
{
border-color: #B96DC5;
}
</style>