Shades of Medium Orchid #B44AE1
Tints of Medium Orchid #B44AE1
RGB
CMYK
RGB Variations
Color information
#B44AE1 (or 0xB44AE1) is known color: Medium Orchid. HEX triplet: B4, 4A and E1. RGB value is (180,74,225). Sum of RGB (Red+Green+Blue) = 180+74+225=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #B44AE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44AE1 is #4BB51E. Grayscale: #7A7A7A. Windows color (decimal): -4961567 or 14764724. OLE color: 14764724.
HSL color Cylindrical-coordinate representation of color #B44AE1: hue angle of 282.12º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B44AE1 is Cyan = 0.2, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 74 | 225 | - |
| CMYK | 0.2 | 0.67 | 0 | 0.12 |
| HSL | 282.12º | 0.72% | 0.59% | - |
| HSV(B) | 282.12º | 0.67% | 0.88% | - |
| XYZ | 34.86 | 20.04 | 73.26 | - |
| YUV | 122.91 | 185.62 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 225 | 0.2 | 0.67 | 0 | 0.12 | 282.12 | 0.72 | 0.59 |
| Hex | B4 | 4A | E1 | 14 | 43 | 0 | C | 11A | 48 | 3B |
| Octal | 264 | 112 | 341 | 24 | 103 | 0 | 14 | 432 | 110 | 73 |
| Binary | 10110100 | 1001010 | 11100001 | 10100 | 1000011 | 0 | 1100 | 100011010 | 1001000 | 111011 |
Color Harmonies of #B44AE1
Complementary color
Monochromatic Colors of #B44AE1
Black with #B44AE1
Text Example
Text Example
White with #B44AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44AE1; }
p { color: rgb(180,74,225); }
H1.HeaderClassName
{
color: #B44AE1;
}
.AnyTagClassName
{
color: #B44AE1;
}
</style>
background-color css
<style>
a { background-color: #B44AE1; }
a { background-color: rgb(180,74,225); }
div.DivClassName
{
background-color: #B44AE1;
}
.BgClassName
{
background-color: #B44AE1;
}
</style>
border-color css
<style>
span { border-color: #B44AE1; }
span { border-color: rgb(180,74,225); }
td.TdClassName
{
border-color: #B44AE1;
}
.TagClassName
{
border-color: #B44AE1;
}
</style>