Shades of Medium Orchid #B96DF1
Tints of Medium Orchid #B96DF1
RGB
CMYK
RGB Variations
Color information
#B96DF1 (or 0xB96DF1) is known color: Medium Orchid. HEX triplet: B9, 6D and F1. RGB value is (185,109,241). Sum of RGB (Red+Green+Blue) = 185+109+241=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #B96DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DF1 is #46920E. Grayscale: #929292. Windows color (decimal): -4624911 or 15822265. OLE color: 15822265.
HSL color Cylindrical-coordinate representation of color #B96DF1: hue angle of 274.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96DF1 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 109 | 241 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.05 |
| HSL | 274.55º | 0.83% | 0.69% | - |
| HSV(B) | 274.55º | 0.55% | 0.95% | - |
| XYZ | 41.35 | 27.6 | 86.37 | - |
| YUV | 146.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 241 | 0.23 | 0.55 | 0 | 0.05 | 274.55 | 0.83 | 0.69 |
| Hex | B9 | 6D | F1 | 17 | 37 | 0 | 5 | 113 | 52 | 45 |
| Octal | 271 | 155 | 361 | 27 | 67 | 0 | 5 | 423 | 122 | 105 |
| Binary | 10111001 | 1101101 | 11110001 | 10111 | 110111 | 0 | 101 | 100010011 | 1010010 | 1000101 |
Color Harmonies of #B96DF1
Complementary color
Monochromatic Colors of #B96DF1
Black with #B96DF1
Text Example
Text Example
White with #B96DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96DF1; }
p { color: rgb(185,109,241); }
H1.HeaderClassName
{
color: #B96DF1;
}
.AnyTagClassName
{
color: #B96DF1;
}
</style>
background-color css
<style>
a { background-color: #B96DF1; }
a { background-color: rgb(185,109,241); }
div.DivClassName
{
background-color: #B96DF1;
}
.BgClassName
{
background-color: #B96DF1;
}
</style>
border-color css
<style>
span { border-color: #B96DF1; }
span { border-color: rgb(185,109,241); }
td.TdClassName
{
border-color: #B96DF1;
}
.TagClassName
{
border-color: #B96DF1;
}
</style>