Shades of Medium Orchid #B96BE0
Tints of Medium Orchid #B96BE0
RGB
CMYK
RGB Variations
Color information
#B96BE0 (or 0xB96BE0) is known color: Medium Orchid. HEX triplet: B9, 6B and E0. RGB value is (185,107,224). Sum of RGB (Red+Green+Blue) = 185+107+224=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #B96BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BE0 is #46941F. Grayscale: #8F8F8F. Windows color (decimal): -4625440 or 14707641. OLE color: 14707641.
HSL color Cylindrical-coordinate representation of color #B96BE0: hue angle of 280º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96BE0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 107 | 224 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.12 |
| HSL | 280º | 0.65% | 0.65% | - |
| HSV(B) | 280º | 0.52% | 0.88% | - |
| XYZ | 38.72 | 26.21 | 73.54 | - |
| YUV | 143.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 224 | 0.17 | 0.52 | 0 | 0.12 | 280 | 0.65 | 0.65 |
| Hex | B9 | 6B | E0 | 11 | 34 | 0 | C | 118 | 41 | 41 |
| Octal | 271 | 153 | 340 | 21 | 64 | 0 | 14 | 430 | 101 | 101 |
| Binary | 10111001 | 1101011 | 11100000 | 10001 | 110100 | 0 | 1100 | 100011000 | 1000001 | 1000001 |
Color Harmonies of #B96BE0
Complementary color
Monochromatic Colors of #B96BE0
Black with #B96BE0
Text Example
Text Example
White with #B96BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96BE0; }
p { color: rgb(185,107,224); }
H1.HeaderClassName
{
color: #B96BE0;
}
.AnyTagClassName
{
color: #B96BE0;
}
</style>
background-color css
<style>
a { background-color: #B96BE0; }
a { background-color: rgb(185,107,224); }
div.DivClassName
{
background-color: #B96BE0;
}
.BgClassName
{
background-color: #B96BE0;
}
</style>
border-color css
<style>
span { border-color: #B96BE0; }
span { border-color: rgb(185,107,224); }
td.TdClassName
{
border-color: #B96BE0;
}
.TagClassName
{
border-color: #B96BE0;
}
</style>