Shades of Medium Orchid #B96BDA
Tints of Medium Orchid #B96BDA
RGB
CMYK
RGB Variations
Color information
#B96BDA (or 0xB96BDA) is known color: Medium Orchid. HEX triplet: B9, 6B and DA. RGB value is (185,107,218). Sum of RGB (Red+Green+Blue) = 185+107+218=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #B96BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BDA is #469425. Grayscale: #8E8E8E. Windows color (decimal): -4625446 or 14314425. OLE color: 14314425.
HSL color Cylindrical-coordinate representation of color #B96BDA: hue angle of 282.16º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96BDA is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 107 | 218 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.15 |
| HSL | 282.16º | 0.6% | 0.64% | - |
| HSV(B) | 282.16º | 0.51% | 0.85% | - |
| XYZ | 37.92 | 25.89 | 69.33 | - |
| YUV | 142.98 | 170.34 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 218 | 0.15 | 0.51 | 0 | 0.15 | 282.16 | 0.6 | 0.64 |
| Hex | B9 | 6B | DA | F | 33 | 0 | F | 11A | 3C | 40 |
| Octal | 271 | 153 | 332 | 17 | 63 | 0 | 17 | 432 | 74 | 100 |
| Binary | 10111001 | 1101011 | 11011010 | 1111 | 110011 | 0 | 1111 | 100011010 | 111100 | 1000000 |
Color Harmonies of #B96BDA
Complementary color
Monochromatic Colors of #B96BDA
Black with #B96BDA
Text Example
Text Example
White with #B96BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96BDA; }
p { color: rgb(185,107,218); }
H1.HeaderClassName
{
color: #B96BDA;
}
.AnyTagClassName
{
color: #B96BDA;
}
</style>
background-color css
<style>
a { background-color: #B96BDA; }
a { background-color: rgb(185,107,218); }
div.DivClassName
{
background-color: #B96BDA;
}
.BgClassName
{
background-color: #B96BDA;
}
</style>
border-color css
<style>
span { border-color: #B96BDA; }
span { border-color: rgb(185,107,218); }
td.TdClassName
{
border-color: #B96BDA;
}
.TagClassName
{
border-color: #B96BDA;
}
</style>