Shades of Medium Orchid #B96AF2
Tints of Medium Orchid #B96AF2
RGB
CMYK
RGB Variations
Color information
#B96AF2 (or 0xB96AF2) is known color: Medium Orchid. HEX triplet: B9, 6A and F2. RGB value is (185,106,242). Sum of RGB (Red+Green+Blue) = 185+106+242=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #B96AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96AF2 is #46950D. Grayscale: #909090. Windows color (decimal): -4625678 or 15887033. OLE color: 15887033.
HSL color Cylindrical-coordinate representation of color #B96AF2: hue angle of 274.85º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B96AF2 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 106 | 242 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.05 |
| HSL | 274.85º | 0.84% | 0.68% | - |
| HSV(B) | 274.85º | 0.56% | 0.95% | - |
| XYZ | 41.19 | 27.03 | 87.05 | - |
| YUV | 145.13 | 182.67 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 106 | 242 | 0.24 | 0.56 | 0 | 0.05 | 274.85 | 0.84 | 0.68 |
| Hex | B9 | 6A | F2 | 18 | 38 | 0 | 5 | 113 | 54 | 44 |
| Octal | 271 | 152 | 362 | 30 | 70 | 0 | 5 | 423 | 124 | 104 |
| Binary | 10111001 | 1101010 | 11110010 | 11000 | 111000 | 0 | 101 | 100010011 | 1010100 | 1000100 |
Color Harmonies of #B96AF2
Complementary color
Monochromatic Colors of #B96AF2
Black with #B96AF2
Text Example
Text Example
White with #B96AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96AF2; }
p { color: rgb(185,106,242); }
H1.HeaderClassName
{
color: #B96AF2;
}
.AnyTagClassName
{
color: #B96AF2;
}
</style>
background-color css
<style>
a { background-color: #B96AF2; }
a { background-color: rgb(185,106,242); }
div.DivClassName
{
background-color: #B96AF2;
}
.BgClassName
{
background-color: #B96AF2;
}
</style>
border-color css
<style>
span { border-color: #B96AF2; }
span { border-color: rgb(185,106,242); }
td.TdClassName
{
border-color: #B96AF2;
}
.TagClassName
{
border-color: #B96AF2;
}
</style>