Shades of Medium Orchid #B96DF2
Tints of Medium Orchid #B96DF2
RGB
CMYK
RGB Variations
Color information
#B96DF2 (or 0xB96DF2) is known color: Medium Orchid. HEX triplet: B9, 6D and F2. RGB value is (185,109,242). Sum of RGB (Red+Green+Blue) = 185+109+242=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #B96DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DF2 is #46920D. Grayscale: #929292. Windows color (decimal): -4624910 or 15887801. OLE color: 15887801.
HSL color Cylindrical-coordinate representation of color #B96DF2: hue angle of 274.29º degrees, saturation: 0.84, 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 #B96DF2 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 109 | 242 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.05 |
| HSL | 274.29º | 0.84% | 0.69% | - |
| HSV(B) | 274.29º | 0.55% | 0.95% | - |
| XYZ | 41.5 | 27.66 | 87.16 | - |
| YUV | 146.89 | 181.68 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 242 | 0.24 | 0.55 | 0 | 0.05 | 274.29 | 0.84 | 0.69 |
| Hex | B9 | 6D | F2 | 18 | 37 | 0 | 5 | 112 | 54 | 45 |
| Octal | 271 | 155 | 362 | 30 | 67 | 0 | 5 | 422 | 124 | 105 |
| Binary | 10111001 | 1101101 | 11110010 | 11000 | 110111 | 0 | 101 | 100010010 | 1010100 | 1000101 |
Color Harmonies of #B96DF2
Complementary color
Monochromatic Colors of #B96DF2
Black with #B96DF2
Text Example
Text Example
White with #B96DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96DF2; }
p { color: rgb(185,109,242); }
H1.HeaderClassName
{
color: #B96DF2;
}
.AnyTagClassName
{
color: #B96DF2;
}
</style>
background-color css
<style>
a { background-color: #B96DF2; }
a { background-color: rgb(185,109,242); }
div.DivClassName
{
background-color: #B96DF2;
}
.BgClassName
{
background-color: #B96DF2;
}
</style>
border-color css
<style>
span { border-color: #B96DF2; }
span { border-color: rgb(185,109,242); }
td.TdClassName
{
border-color: #B96DF2;
}
.TagClassName
{
border-color: #B96DF2;
}
</style>