Shades of Medium Orchid #B96AD4
Tints of Medium Orchid #B96AD4
RGB
CMYK
RGB Variations
Color information
#B96AD4 (or 0xB96AD4) is known color: Medium Orchid. HEX triplet: B9, 6A and D4. RGB value is (185,106,212). Sum of RGB (Red+Green+Blue) = 185+106+212=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #B96AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96AD4 is #46952B. Grayscale: #8D8D8D. Windows color (decimal): -4625708 or 13920953. OLE color: 13920953.
HSL color Cylindrical-coordinate representation of color #B96AD4: hue angle of 284.72º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96AD4 is Cyan = 0.13, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 106 | 212 | - |
| CMYK | 0.13 | 0.5 | 0 | 0.17 |
| HSL | 284.72º | 0.55% | 0.62% | - |
| HSV(B) | 284.72º | 0.5% | 0.83% | - |
| XYZ | 37.05 | 25.38 | 65.23 | - |
| YUV | 141.71 | 167.67 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 212 | 0.13 | 0.5 | 0 | 0.17 | 284.72 | 0.55 | 0.62 |
| Hex | B9 | 6A | D4 | D | 32 | 0 | 11 | 11D | 37 | 3E |
| Octal | 271 | 152 | 324 | 15 | 62 | 0 | 21 | 435 | 67 | 76 |
| Binary | 10111001 | 1101010 | 11010100 | 1101 | 110010 | 0 | 10001 | 100011101 | 110111 | 111110 |
Color Harmonies of #B96AD4
Complementary color
Monochromatic Colors of #B96AD4
Black with #B96AD4
Text Example
Text Example
White with #B96AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96AD4; }
p { color: rgb(185,106,212); }
H1.HeaderClassName
{
color: #B96AD4;
}
.AnyTagClassName
{
color: #B96AD4;
}
</style>
background-color css
<style>
a { background-color: #B96AD4; }
a { background-color: rgb(185,106,212); }
div.DivClassName
{
background-color: #B96AD4;
}
.BgClassName
{
background-color: #B96AD4;
}
</style>
border-color css
<style>
span { border-color: #B96AD4; }
span { border-color: rgb(185,106,212); }
td.TdClassName
{
border-color: #B96AD4;
}
.TagClassName
{
border-color: #B96AD4;
}
</style>