Shades of Medium Orchid #B043EC
Tints of Medium Orchid #B043EC
RGB
CMYK
RGB Variations
Color information
#B043EC (or 0xB043EC) is known color: Medium Orchid. HEX triplet: B0, 43 and EC. RGB value is (176,67,236). Sum of RGB (Red+Green+Blue) = 176+67+236=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #B043EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B043EC is #4FBC13. Grayscale: #767676. Windows color (decimal): -5225492 or 15483824. OLE color: 15483824.
HSL color Cylindrical-coordinate representation of color #B043EC: hue angle of 278.7º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B043EC is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 67 | 236 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.07 |
| HSL | 278.7º | 0.82% | 0.59% | - |
| HSV(B) | 278.7º | 0.72% | 0.93% | - |
| XYZ | 35.05 | 19.3 | 81.23 | - |
| YUV | 118.86 | 194.11 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 236 | 0.25 | 0.72 | 0 | 0.07 | 278.7 | 0.82 | 0.59 |
| Hex | B0 | 43 | EC | 19 | 48 | 0 | 7 | 117 | 52 | 3B |
| Octal | 260 | 103 | 354 | 31 | 110 | 0 | 7 | 427 | 122 | 73 |
| Binary | 10110000 | 1000011 | 11101100 | 11001 | 1001000 | 0 | 111 | 100010111 | 1010010 | 111011 |
Color Harmonies of #B043EC
Complementary color
Monochromatic Colors of #B043EC
Black with #B043EC
Text Example
Text Example
White with #B043EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043EC; }
p { color: rgb(176,67,236); }
H1.HeaderClassName
{
color: #B043EC;
}
.AnyTagClassName
{
color: #B043EC;
}
</style>
background-color css
<style>
a { background-color: #B043EC; }
a { background-color: rgb(176,67,236); }
div.DivClassName
{
background-color: #B043EC;
}
.BgClassName
{
background-color: #B043EC;
}
</style>
border-color css
<style>
span { border-color: #B043EC; }
span { border-color: rgb(176,67,236); }
td.TdClassName
{
border-color: #B043EC;
}
.TagClassName
{
border-color: #B043EC;
}
</style>