Shades of Medium Orchid #B949EC
Tints of Medium Orchid #B949EC
RGB
CMYK
RGB Variations
Color information
#B949EC (or 0xB949EC) is known color: Medium Orchid. HEX triplet: B9, 49 and EC. RGB value is (185,73,236). Sum of RGB (Red+Green+Blue) = 185+73+236=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #B949EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B949EC is #46B613. Grayscale: #7C7C7C. Windows color (decimal): -4634132 or 15485369. OLE color: 15485369.
HSL color Cylindrical-coordinate representation of color #B949EC: hue angle of 281.23º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B949EC is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 73 | 236 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.07 |
| HSL | 281.23º | 0.81% | 0.61% | - |
| HSV(B) | 281.23º | 0.69% | 0.93% | - |
| XYZ | 37.53 | 21.14 | 81.46 | - |
| YUV | 125.07 | 190.61 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 236 | 0.22 | 0.69 | 0 | 0.07 | 281.23 | 0.81 | 0.61 |
| Hex | B9 | 49 | EC | 16 | 45 | 0 | 7 | 119 | 51 | 3D |
| Octal | 271 | 111 | 354 | 26 | 105 | 0 | 7 | 431 | 121 | 75 |
| Binary | 10111001 | 1001001 | 11101100 | 10110 | 1000101 | 0 | 111 | 100011001 | 1010001 | 111101 |
Color Harmonies of #B949EC
Complementary color
Monochromatic Colors of #B949EC
Black with #B949EC
Text Example
Text Example
White with #B949EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B949EC; }
p { color: rgb(185,73,236); }
H1.HeaderClassName
{
color: #B949EC;
}
.AnyTagClassName
{
color: #B949EC;
}
</style>
background-color css
<style>
a { background-color: #B949EC; }
a { background-color: rgb(185,73,236); }
div.DivClassName
{
background-color: #B949EC;
}
.BgClassName
{
background-color: #B949EC;
}
</style>
border-color css
<style>
span { border-color: #B949EC; }
span { border-color: rgb(185,73,236); }
td.TdClassName
{
border-color: #B949EC;
}
.TagClassName
{
border-color: #B949EC;
}
</style>