Shades of Medium Orchid #B96DEC
Tints of Medium Orchid #B96DEC
RGB
CMYK
RGB Variations
Color information
#B96DEC (or 0xB96DEC) is known color: Medium Orchid. HEX triplet: B9, 6D and EC. RGB value is (185,109,236). Sum of RGB (Red+Green+Blue) = 185+109+236=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #B96DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DEC is #469213. Grayscale: #919191. Windows color (decimal): -4624916 or 15494585. OLE color: 15494585.
HSL color Cylindrical-coordinate representation of color #B96DEC: hue angle of 275.91º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96DEC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 109 | 236 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.07 |
| HSL | 275.91º | 0.77% | 0.68% | - |
| HSV(B) | 275.91º | 0.54% | 0.93% | - |
| XYZ | 40.62 | 27.31 | 82.49 | - |
| YUV | 146.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 236 | 0.22 | 0.54 | 0 | 0.07 | 275.91 | 0.77 | 0.68 |
| Hex | B9 | 6D | EC | 16 | 36 | 0 | 7 | 114 | 4D | 44 |
| Octal | 271 | 155 | 354 | 26 | 66 | 0 | 7 | 424 | 115 | 104 |
| Binary | 10111001 | 1101101 | 11101100 | 10110 | 110110 | 0 | 111 | 100010100 | 1001101 | 1000100 |
Color Harmonies of #B96DEC
Complementary color
Monochromatic Colors of #B96DEC
Black with #B96DEC
Text Example
Text Example
White with #B96DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96DEC; }
p { color: rgb(185,109,236); }
H1.HeaderClassName
{
color: #B96DEC;
}
.AnyTagClassName
{
color: #B96DEC;
}
</style>
background-color css
<style>
a { background-color: #B96DEC; }
a { background-color: rgb(185,109,236); }
div.DivClassName
{
background-color: #B96DEC;
}
.BgClassName
{
background-color: #B96DEC;
}
</style>
border-color css
<style>
span { border-color: #B96DEC; }
span { border-color: rgb(185,109,236); }
td.TdClassName
{
border-color: #B96DEC;
}
.TagClassName
{
border-color: #B96DEC;
}
</style>