Shades of Medium Orchid #B44ADE
Tints of Medium Orchid #B44ADE
RGB
CMYK
RGB Variations
Color information
#B44ADE (or 0xB44ADE) is known color: Medium Orchid. HEX triplet: B4, 4A and DE. RGB value is (180,74,222). Sum of RGB (Red+Green+Blue) = 180+74+222=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #B44ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44ADE is #4BB521. Grayscale: #7A7A7A. Windows color (decimal): -4961570 or 14568116. OLE color: 14568116.
HSL color Cylindrical-coordinate representation of color #B44ADE: hue angle of 282.97º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B44ADE is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 74 | 222 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.13 |
| HSL | 282.97º | 0.69% | 0.58% | - |
| HSV(B) | 282.97º | 0.67% | 0.87% | - |
| XYZ | 34.46 | 19.87 | 71.13 | - |
| YUV | 122.57 | 184.12 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 222 | 0.19 | 0.67 | 0 | 0.13 | 282.97 | 0.69 | 0.58 |
| Hex | B4 | 4A | DE | 13 | 43 | 0 | D | 11B | 45 | 3A |
| Octal | 264 | 112 | 336 | 23 | 103 | 0 | 15 | 433 | 105 | 72 |
| Binary | 10110100 | 1001010 | 11011110 | 10011 | 1000011 | 0 | 1101 | 100011011 | 1000101 | 111010 |
Color Harmonies of #B44ADE
Complementary color
Monochromatic Colors of #B44ADE
Black with #B44ADE
Text Example
Text Example
White with #B44ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44ADE; }
p { color: rgb(180,74,222); }
H1.HeaderClassName
{
color: #B44ADE;
}
.AnyTagClassName
{
color: #B44ADE;
}
</style>
background-color css
<style>
a { background-color: #B44ADE; }
a { background-color: rgb(180,74,222); }
div.DivClassName
{
background-color: #B44ADE;
}
.BgClassName
{
background-color: #B44ADE;
}
</style>
border-color css
<style>
span { border-color: #B44ADE; }
span { border-color: rgb(180,74,222); }
td.TdClassName
{
border-color: #B44ADE;
}
.TagClassName
{
border-color: #B44ADE;
}
</style>