Shades of Medium Orchid #B931EC
Tints of Medium Orchid #B931EC
RGB
CMYK
RGB Variations
Color information
#B931EC (or 0xB931EC) is known color: Medium Orchid. HEX triplet: B9, 31 and EC. RGB value is (185,49,236). Sum of RGB (Red+Green+Blue) = 185+49+236=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #B931EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B931EC is #46CE13. Grayscale: #6E6E6E. Windows color (decimal): -4640276 or 15479225. OLE color: 15479225.
HSL color Cylindrical-coordinate representation of color #B931EC: hue angle of 283.64º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B931EC is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 49 | 236 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.07 |
| HSL | 283.64º | 0.83% | 0.56% | - |
| HSV(B) | 283.64º | 0.79% | 0.93% | - |
| XYZ | 36.25 | 18.57 | 81.03 | - |
| YUV | 110.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 236 | 0.22 | 0.79 | 0 | 0.07 | 283.64 | 0.83 | 0.56 |
| Hex | B9 | 31 | EC | 16 | 4F | 0 | 7 | 11C | 53 | 38 |
| Octal | 271 | 61 | 354 | 26 | 117 | 0 | 7 | 434 | 123 | 70 |
| Binary | 10111001 | 110001 | 11101100 | 10110 | 1001111 | 0 | 111 | 100011100 | 1010011 | 111000 |
Color Harmonies of #B931EC
Complementary color
Monochromatic Colors of #B931EC
Black with #B931EC
Text Example
Text Example
White with #B931EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B931EC; }
p { color: rgb(185,49,236); }
H1.HeaderClassName
{
color: #B931EC;
}
.AnyTagClassName
{
color: #B931EC;
}
</style>
background-color css
<style>
a { background-color: #B931EC; }
a { background-color: rgb(185,49,236); }
div.DivClassName
{
background-color: #B931EC;
}
.BgClassName
{
background-color: #B931EC;
}
</style>
border-color css
<style>
span { border-color: #B931EC; }
span { border-color: rgb(185,49,236); }
td.TdClassName
{
border-color: #B931EC;
}
.TagClassName
{
border-color: #B931EC;
}
</style>