Shades of Medium Orchid #B961EC
Tints of Medium Orchid #B961EC
RGB
CMYK
RGB Variations
Color information
#B961EC (or 0xB961EC) is known color: Medium Orchid. HEX triplet: B9, 61 and EC. RGB value is (185,97,236). Sum of RGB (Red+Green+Blue) = 185+97+236=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #B961EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B961EC is #469E13. Grayscale: #8A8A8A. Windows color (decimal): -4627988 or 15491513. OLE color: 15491513.
HSL color Cylindrical-coordinate representation of color #B961EC: hue angle of 277.99º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B961EC is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 97 | 236 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.07 |
| HSL | 277.99º | 0.79% | 0.65% | - |
| HSV(B) | 277.99º | 0.59% | 0.93% | - |
| XYZ | 39.42 | 24.92 | 82.09 | - |
| YUV | 139.16 | 182.65 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 236 | 0.22 | 0.59 | 0 | 0.07 | 277.99 | 0.79 | 0.65 |
| Hex | B9 | 61 | EC | 16 | 3B | 0 | 7 | 116 | 4F | 41 |
| Octal | 271 | 141 | 354 | 26 | 73 | 0 | 7 | 426 | 117 | 101 |
| Binary | 10111001 | 1100001 | 11101100 | 10110 | 111011 | 0 | 111 | 100010110 | 1001111 | 1000001 |
Color Harmonies of #B961EC
Complementary color
Monochromatic Colors of #B961EC
Black with #B961EC
Text Example
Text Example
White with #B961EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B961EC; }
p { color: rgb(185,97,236); }
H1.HeaderClassName
{
color: #B961EC;
}
.AnyTagClassName
{
color: #B961EC;
}
</style>
background-color css
<style>
a { background-color: #B961EC; }
a { background-color: rgb(185,97,236); }
div.DivClassName
{
background-color: #B961EC;
}
.BgClassName
{
background-color: #B961EC;
}
</style>
border-color css
<style>
span { border-color: #B961EC; }
span { border-color: rgb(185,97,236); }
td.TdClassName
{
border-color: #B961EC;
}
.TagClassName
{
border-color: #B961EC;
}
</style>