Shades of Medium Orchid #B96CDF
Tints of Medium Orchid #B96CDF
RGB
CMYK
RGB Variations
Color information
#B96CDF (or 0xB96CDF) is known color: Medium Orchid. HEX triplet: B9, 6C and DF. RGB value is (185,108,223). Sum of RGB (Red+Green+Blue) = 185+108+223=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #B96CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CDF is #469320. Grayscale: #8F8F8F. Windows color (decimal): -4625185 or 14642361. OLE color: 14642361.
HSL color Cylindrical-coordinate representation of color #B96CDF: hue angle of 280.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96CDF is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 108 | 223 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.13 |
| HSL | 280.17º | 0.64% | 0.65% | - |
| HSV(B) | 280.17º | 0.52% | 0.87% | - |
| XYZ | 38.69 | 26.37 | 72.86 | - |
| YUV | 144.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 108 | 223 | 0.17 | 0.52 | 0 | 0.13 | 280.17 | 0.64 | 0.65 |
| Hex | B9 | 6C | DF | 11 | 34 | 0 | D | 118 | 40 | 41 |
| Octal | 271 | 154 | 337 | 21 | 64 | 0 | 15 | 430 | 100 | 101 |
| Binary | 10111001 | 1101100 | 11011111 | 10001 | 110100 | 0 | 1101 | 100011000 | 1000000 | 1000001 |
Color Harmonies of #B96CDF
Complementary color
Monochromatic Colors of #B96CDF
Black with #B96CDF
Text Example
Text Example
White with #B96CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96CDF; }
p { color: rgb(185,108,223); }
H1.HeaderClassName
{
color: #B96CDF;
}
.AnyTagClassName
{
color: #B96CDF;
}
</style>
background-color css
<style>
a { background-color: #B96CDF; }
a { background-color: rgb(185,108,223); }
div.DivClassName
{
background-color: #B96CDF;
}
.BgClassName
{
background-color: #B96CDF;
}
</style>
border-color css
<style>
span { border-color: #B96CDF; }
span { border-color: rgb(185,108,223); }
td.TdClassName
{
border-color: #B96CDF;
}
.TagClassName
{
border-color: #B96CDF;
}
</style>