Shades of Medium Orchid #B249EC
Tints of Medium Orchid #B249EC
RGB
CMYK
RGB Variations
Color information
#B249EC (or 0xB249EC) is known color: Medium Orchid. HEX triplet: B2, 49 and EC. RGB value is (178,73,236). Sum of RGB (Red+Green+Blue) = 178+73+236=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #B249EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B249EC is #4DB613. Grayscale: #7A7A7A. Windows color (decimal): -5092884 or 15485362. OLE color: 15485362.
HSL color Cylindrical-coordinate representation of color #B249EC: hue angle of 278.65º 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 #B249EC is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 73 | 236 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.07 |
| HSL | 278.65º | 0.81% | 0.61% | - |
| HSV(B) | 278.65º | 0.69% | 0.93% | - |
| XYZ | 35.88 | 20.29 | 81.38 | - |
| YUV | 122.98 | 191.79 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 236 | 0.25 | 0.69 | 0 | 0.07 | 278.65 | 0.81 | 0.61 |
| Hex | B2 | 49 | EC | 19 | 45 | 0 | 7 | 117 | 51 | 3D |
| Octal | 262 | 111 | 354 | 31 | 105 | 0 | 7 | 427 | 121 | 75 |
| Binary | 10110010 | 1001001 | 11101100 | 11001 | 1000101 | 0 | 111 | 100010111 | 1010001 | 111101 |
Color Harmonies of #B249EC
Complementary color
Monochromatic Colors of #B249EC
Black with #B249EC
Text Example
Text Example
White with #B249EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B249EC; }
p { color: rgb(178,73,236); }
H1.HeaderClassName
{
color: #B249EC;
}
.AnyTagClassName
{
color: #B249EC;
}
</style>
background-color css
<style>
a { background-color: #B249EC; }
a { background-color: rgb(178,73,236); }
div.DivClassName
{
background-color: #B249EC;
}
.BgClassName
{
background-color: #B249EC;
}
</style>
border-color css
<style>
span { border-color: #B249EC; }
span { border-color: rgb(178,73,236); }
td.TdClassName
{
border-color: #B249EC;
}
.TagClassName
{
border-color: #B249EC;
}
</style>