Shades of Medium Orchid #B96EF1
Tints of Medium Orchid #B96EF1
RGB
CMYK
RGB Variations
Color information
#B96EF1 (or 0xB96EF1) is known color: Medium Orchid. HEX triplet: B9, 6E and F1. RGB value is (185,110,241). Sum of RGB (Red+Green+Blue) = 185+110+241=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #B96EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96EF1 is #46910E. Grayscale: #929292. Windows color (decimal): -4624655 or 15822521. OLE color: 15822521.
HSL color Cylindrical-coordinate representation of color #B96EF1: hue angle of 274.35º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B96EF1 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 110 | 241 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.05 |
| HSL | 274.35º | 0.82% | 0.69% | - |
| HSV(B) | 274.35º | 0.54% | 0.95% | - |
| XYZ | 41.46 | 27.82 | 86.4 | - |
| YUV | 147.36 | 180.85 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 110 | 241 | 0.23 | 0.54 | 0 | 0.05 | 274.35 | 0.82 | 0.69 |
| Hex | B9 | 6E | F1 | 17 | 36 | 0 | 5 | 112 | 52 | 45 |
| Octal | 271 | 156 | 361 | 27 | 66 | 0 | 5 | 422 | 122 | 105 |
| Binary | 10111001 | 1101110 | 11110001 | 10111 | 110110 | 0 | 101 | 100010010 | 1010010 | 1000101 |
Color Harmonies of #B96EF1
Complementary color
Monochromatic Colors of #B96EF1
Black with #B96EF1
Text Example
Text Example
White with #B96EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96EF1; }
p { color: rgb(185,110,241); }
H1.HeaderClassName
{
color: #B96EF1;
}
.AnyTagClassName
{
color: #B96EF1;
}
</style>
background-color css
<style>
a { background-color: #B96EF1; }
a { background-color: rgb(185,110,241); }
div.DivClassName
{
background-color: #B96EF1;
}
.BgClassName
{
background-color: #B96EF1;
}
</style>
border-color css
<style>
span { border-color: #B96EF1; }
span { border-color: rgb(185,110,241); }
td.TdClassName
{
border-color: #B96EF1;
}
.TagClassName
{
border-color: #B96EF1;
}
</style>