Shades of Medium Orchid #B441EC
Tints of Medium Orchid #B441EC
RGB
CMYK
RGB Variations
Color information
#B441EC (or 0xB441EC) is known color: Medium Orchid. HEX triplet: B4, 41 and EC. RGB value is (180,65,236). Sum of RGB (Red+Green+Blue) = 180+65+236=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #B441EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B441EC is #4BBE13. Grayscale: #767676. Windows color (decimal): -4963860 or 15483316. OLE color: 15483316.
HSL color Cylindrical-coordinate representation of color #B441EC: hue angle of 280.35º 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 #B441EC is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 65 | 236 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.07 |
| HSL | 280.35º | 0.82% | 0.59% | - |
| HSV(B) | 280.35º | 0.72% | 0.93% | - |
| XYZ | 35.85 | 19.54 | 81.24 | - |
| YUV | 118.88 | 194.1 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 236 | 0.24 | 0.72 | 0 | 0.07 | 280.35 | 0.82 | 0.59 |
| Hex | B4 | 41 | EC | 18 | 48 | 0 | 7 | 118 | 52 | 3B |
| Octal | 264 | 101 | 354 | 30 | 110 | 0 | 7 | 430 | 122 | 73 |
| Binary | 10110100 | 1000001 | 11101100 | 11000 | 1001000 | 0 | 111 | 100011000 | 1010010 | 111011 |
Color Harmonies of #B441EC
Complementary color
Monochromatic Colors of #B441EC
Black with #B441EC
Text Example
Text Example
White with #B441EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441EC; }
p { color: rgb(180,65,236); }
H1.HeaderClassName
{
color: #B441EC;
}
.AnyTagClassName
{
color: #B441EC;
}
</style>
background-color css
<style>
a { background-color: #B441EC; }
a { background-color: rgb(180,65,236); }
div.DivClassName
{
background-color: #B441EC;
}
.BgClassName
{
background-color: #B441EC;
}
</style>
border-color css
<style>
span { border-color: #B441EC; }
span { border-color: rgb(180,65,236); }
td.TdClassName
{
border-color: #B441EC;
}
.TagClassName
{
border-color: #B441EC;
}
</style>