Shades of Medium Orchid #B442EC
Tints of Medium Orchid #B442EC
RGB
CMYK
RGB Variations
Color information
#B442EC (or 0xB442EC) is known color: Medium Orchid. HEX triplet: B4, 42 and EC. RGB value is (180,66,236). Sum of RGB (Red+Green+Blue) = 180+66+236=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #B442EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B442EC is #4BBD13. Grayscale: #767676. Windows color (decimal): -4963604 or 15483572. OLE color: 15483572.
HSL color Cylindrical-coordinate representation of color #B442EC: hue angle of 280.24º 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 #B442EC is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 66 | 236 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.07 |
| HSL | 280.24º | 0.82% | 0.59% | - |
| HSV(B) | 280.24º | 0.72% | 0.93% | - |
| XYZ | 35.91 | 19.66 | 81.26 | - |
| YUV | 119.47 | 193.77 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 236 | 0.24 | 0.72 | 0 | 0.07 | 280.24 | 0.82 | 0.59 |
| Hex | B4 | 42 | EC | 18 | 48 | 0 | 7 | 118 | 52 | 3B |
| Octal | 264 | 102 | 354 | 30 | 110 | 0 | 7 | 430 | 122 | 73 |
| Binary | 10110100 | 1000010 | 11101100 | 11000 | 1001000 | 0 | 111 | 100011000 | 1010010 | 111011 |
Color Harmonies of #B442EC
Complementary color
Monochromatic Colors of #B442EC
Black with #B442EC
Text Example
Text Example
White with #B442EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B442EC; }
p { color: rgb(180,66,236); }
H1.HeaderClassName
{
color: #B442EC;
}
.AnyTagClassName
{
color: #B442EC;
}
</style>
background-color css
<style>
a { background-color: #B442EC; }
a { background-color: rgb(180,66,236); }
div.DivClassName
{
background-color: #B442EC;
}
.BgClassName
{
background-color: #B442EC;
}
</style>
border-color css
<style>
span { border-color: #B442EC; }
span { border-color: rgb(180,66,236); }
td.TdClassName
{
border-color: #B442EC;
}
.TagClassName
{
border-color: #B442EC;
}
</style>