Shades of Medium Orchid #B96EDA
Tints of Medium Orchid #B96EDA
RGB
CMYK
RGB Variations
Color information
#B96EDA (or 0xB96EDA) is known color: Medium Orchid. HEX triplet: B9, 6E and DA. RGB value is (185,110,218). Sum of RGB (Red+Green+Blue) = 185+110+218=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #B96EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96EDA is #469125. Grayscale: #909090. Windows color (decimal): -4624678 or 14315193. OLE color: 14315193.
HSL color Cylindrical-coordinate representation of color #B96EDA: hue angle of 281.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B96EDA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 110 | 218 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.15 |
| HSL | 281.67º | 0.59% | 0.64% | - |
| HSV(B) | 281.67º | 0.5% | 0.85% | - |
| XYZ | 38.24 | 26.53 | 69.43 | - |
| YUV | 144.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 218 | 0.15 | 0.50 | 0 | 0.15 | 281.67 | 0.59 | 0.64 |
| Hex | B9 | 6E | DA | F | 32 | 0 | F | 11A | 3B | 40 |
| Octal | 271 | 156 | 332 | 17 | 62 | 0 | 17 | 432 | 73 | 100 |
| Binary | 10111001 | 1101110 | 11011010 | 1111 | 110010 | 0 | 1111 | 100011010 | 111011 | 1000000 |
Color Harmonies of #B96EDA
Complementary color
Monochromatic Colors of #B96EDA
Black with #B96EDA
Text Example
Text Example
White with #B96EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96EDA; }
p { color: rgb(185,110,218); }
H1.HeaderClassName
{
color: #B96EDA;
}
.AnyTagClassName
{
color: #B96EDA;
}
</style>
background-color css
<style>
a { background-color: #B96EDA; }
a { background-color: rgb(185,110,218); }
div.DivClassName
{
background-color: #B96EDA;
}
.BgClassName
{
background-color: #B96EDA;
}
</style>
border-color css
<style>
span { border-color: #B96EDA; }
span { border-color: rgb(185,110,218); }
td.TdClassName
{
border-color: #B96EDA;
}
.TagClassName
{
border-color: #B96EDA;
}
</style>