Shades of Medium Orchid #B96BDD
Tints of Medium Orchid #B96BDD
RGB
CMYK
RGB Variations
Color information
#B96BDD (or 0xB96BDD) is known color: Medium Orchid. HEX triplet: B9, 6B and DD. RGB value is (185,107,221). Sum of RGB (Red+Green+Blue) = 185+107+221=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #B96BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BDD is #469422. Grayscale: #8E8E8E. Windows color (decimal): -4625443 or 14511033. OLE color: 14511033.
HSL color Cylindrical-coordinate representation of color #B96BDD: hue angle of 281.05º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96BDD is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 107 | 221 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.13 |
| HSL | 281.05º | 0.63% | 0.64% | - |
| HSV(B) | 281.05º | 0.52% | 0.87% | - |
| XYZ | 38.32 | 26.05 | 71.42 | - |
| YUV | 143.32 | 171.84 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 221 | 0.16 | 0.52 | 0 | 0.13 | 281.05 | 0.63 | 0.64 |
| Hex | B9 | 6B | DD | 10 | 34 | 0 | D | 119 | 3F | 40 |
| Octal | 271 | 153 | 335 | 20 | 64 | 0 | 15 | 431 | 77 | 100 |
| Binary | 10111001 | 1101011 | 11011101 | 10000 | 110100 | 0 | 1101 | 100011001 | 111111 | 1000000 |
Color Harmonies of #B96BDD
Complementary color
Monochromatic Colors of #B96BDD
Black with #B96BDD
Text Example
Text Example
White with #B96BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96BDD; }
p { color: rgb(185,107,221); }
H1.HeaderClassName
{
color: #B96BDD;
}
.AnyTagClassName
{
color: #B96BDD;
}
</style>
background-color css
<style>
a { background-color: #B96BDD; }
a { background-color: rgb(185,107,221); }
div.DivClassName
{
background-color: #B96BDD;
}
.BgClassName
{
background-color: #B96BDD;
}
</style>
border-color css
<style>
span { border-color: #B96BDD; }
span { border-color: rgb(185,107,221); }
td.TdClassName
{
border-color: #B96BDD;
}
.TagClassName
{
border-color: #B96BDD;
}
</style>