Shades of Medium Orchid #B44EDC
Tints of Medium Orchid #B44EDC
RGB
CMYK
RGB Variations
Color information
#B44EDC (or 0xB44EDC) is known color: Medium Orchid. HEX triplet: B4, 4E and DC. RGB value is (180,78,220). Sum of RGB (Red+Green+Blue) = 180+78+220=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #B44EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44EDC is #4BB123. Grayscale: #7C7C7C. Windows color (decimal): -4960548 or 14438068. OLE color: 14438068.
HSL color Cylindrical-coordinate representation of color #B44EDC: hue angle of 283.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B44EDC is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 78 | 220 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.14 |
| HSL | 283.1º | 0.67% | 0.58% | - |
| HSV(B) | 283.1º | 0.65% | 0.86% | - |
| XYZ | 34.47 | 20.32 | 69.82 | - |
| YUV | 124.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 78 | 220 | 0.18 | 0.65 | 0 | 0.14 | 283.1 | 0.67 | 0.58 |
| Hex | B4 | 4E | DC | 12 | 41 | 0 | E | 11B | 43 | 3A |
| Octal | 264 | 116 | 334 | 22 | 101 | 0 | 16 | 433 | 103 | 72 |
| Binary | 10110100 | 1001110 | 11011100 | 10010 | 1000001 | 0 | 1110 | 100011011 | 1000011 | 111010 |
Color Harmonies of #B44EDC
Complementary color
Monochromatic Colors of #B44EDC
Black with #B44EDC
Text Example
Text Example
White with #B44EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44EDC; }
p { color: rgb(180,78,220); }
H1.HeaderClassName
{
color: #B44EDC;
}
.AnyTagClassName
{
color: #B44EDC;
}
</style>
background-color css
<style>
a { background-color: #B44EDC; }
a { background-color: rgb(180,78,220); }
div.DivClassName
{
background-color: #B44EDC;
}
.BgClassName
{
background-color: #B44EDC;
}
</style>
border-color css
<style>
span { border-color: #B44EDC; }
span { border-color: rgb(180,78,220); }
td.TdClassName
{
border-color: #B44EDC;
}
.TagClassName
{
border-color: #B44EDC;
}
</style>