Shades of Medium Orchid #B449EC
Tints of Medium Orchid #B449EC
RGB
CMYK
RGB Variations
Color information
#B449EC (or 0xB449EC) is known color: Medium Orchid. HEX triplet: B4, 49 and EC. RGB value is (180,73,236). Sum of RGB (Red+Green+Blue) = 180+73+236=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #B449EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B449EC is #4BB613. Grayscale: #7B7B7B. Windows color (decimal): -4961812 or 15485364. OLE color: 15485364.
HSL color Cylindrical-coordinate representation of color #B449EC: hue angle of 279.39º 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 #B449EC is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 73 | 236 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.07 |
| HSL | 279.39º | 0.81% | 0.61% | - |
| HSV(B) | 279.39º | 0.69% | 0.93% | - |
| XYZ | 36.35 | 20.52 | 81.4 | - |
| YUV | 123.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 236 | 0.24 | 0.69 | 0 | 0.07 | 279.39 | 0.81 | 0.61 |
| Hex | B4 | 49 | EC | 18 | 45 | 0 | 7 | 117 | 51 | 3D |
| Octal | 264 | 111 | 354 | 30 | 105 | 0 | 7 | 427 | 121 | 75 |
| Binary | 10110100 | 1001001 | 11101100 | 11000 | 1000101 | 0 | 111 | 100010111 | 1010001 | 111101 |
Color Harmonies of #B449EC
Complementary color
Monochromatic Colors of #B449EC
Black with #B449EC
Text Example
Text Example
White with #B449EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449EC; }
p { color: rgb(180,73,236); }
H1.HeaderClassName
{
color: #B449EC;
}
.AnyTagClassName
{
color: #B449EC;
}
</style>
background-color css
<style>
a { background-color: #B449EC; }
a { background-color: rgb(180,73,236); }
div.DivClassName
{
background-color: #B449EC;
}
.BgClassName
{
background-color: #B449EC;
}
</style>
border-color css
<style>
span { border-color: #B449EC; }
span { border-color: rgb(180,73,236); }
td.TdClassName
{
border-color: #B449EC;
}
.TagClassName
{
border-color: #B449EC;
}
</style>