Shades of Medium Orchid #B96AD7
Tints of Medium Orchid #B96AD7
RGB
CMYK
RGB Variations
Color information
#B96AD7 (or 0xB96AD7) is known color: Medium Orchid. HEX triplet: B9, 6A and D7. RGB value is (185,106,215). Sum of RGB (Red+Green+Blue) = 185+106+215=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #B96AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96AD7 is #469528. Grayscale: #8D8D8D. Windows color (decimal): -4625705 or 14117561. OLE color: 14117561.
HSL color Cylindrical-coordinate representation of color #B96AD7: hue angle of 283.49º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96AD7 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 106 | 215 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.16 |
| HSL | 283.49º | 0.58% | 0.63% | - |
| HSV(B) | 283.49º | 0.51% | 0.84% | - |
| XYZ | 37.43 | 25.53 | 67.24 | - |
| YUV | 142.05 | 169.17 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 215 | 0.14 | 0.51 | 0 | 0.16 | 283.49 | 0.58 | 0.63 |
| Hex | B9 | 6A | D7 | E | 33 | 0 | 10 | 11B | 3A | 3F |
| Octal | 271 | 152 | 327 | 16 | 63 | 0 | 20 | 433 | 72 | 77 |
| Binary | 10111001 | 1101010 | 11010111 | 1110 | 110011 | 0 | 10000 | 100011011 | 111010 | 111111 |
Color Harmonies of #B96AD7
Complementary color
Monochromatic Colors of #B96AD7
Black with #B96AD7
Text Example
Text Example
White with #B96AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96AD7; }
p { color: rgb(185,106,215); }
H1.HeaderClassName
{
color: #B96AD7;
}
.AnyTagClassName
{
color: #B96AD7;
}
</style>
background-color css
<style>
a { background-color: #B96AD7; }
a { background-color: rgb(185,106,215); }
div.DivClassName
{
background-color: #B96AD7;
}
.BgClassName
{
background-color: #B96AD7;
}
</style>
border-color css
<style>
span { border-color: #B96AD7; }
span { border-color: rgb(185,106,215); }
td.TdClassName
{
border-color: #B96AD7;
}
.TagClassName
{
border-color: #B96AD7;
}
</style>