Shades of Medium Orchid #B44EDB
Tints of Medium Orchid #B44EDB
RGB
CMYK
RGB Variations
Color information
#B44EDB (or 0xB44EDB) is known color: Medium Orchid. HEX triplet: B4, 4E and DB. RGB value is (180,78,219). Sum of RGB (Red+Green+Blue) = 180+78+219=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #B44EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44EDB is #4BB124. Grayscale: #7C7C7C. Windows color (decimal): -4960549 or 14372532. OLE color: 14372532.
HSL color Cylindrical-coordinate representation of color #B44EDB: hue angle of 283.4º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44EDB is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 78 | 219 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.14 |
| HSL | 283.4º | 0.66% | 0.58% | - |
| HSV(B) | 283.4º | 0.64% | 0.86% | - |
| XYZ | 34.33 | 20.27 | 69.12 | - |
| YUV | 124.57 | 181.29 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 78 | 219 | 0.18 | 0.64 | 0 | 0.14 | 283.4 | 0.66 | 0.58 |
| Hex | B4 | 4E | DB | 12 | 40 | 0 | E | 11B | 42 | 3A |
| Octal | 264 | 116 | 333 | 22 | 100 | 0 | 16 | 433 | 102 | 72 |
| Binary | 10110100 | 1001110 | 11011011 | 10010 | 1000000 | 0 | 1110 | 100011011 | 1000010 | 111010 |
Color Harmonies of #B44EDB
Complementary color
Monochromatic Colors of #B44EDB
Black with #B44EDB
Text Example
Text Example
White with #B44EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44EDB; }
p { color: rgb(180,78,219); }
H1.HeaderClassName
{
color: #B44EDB;
}
.AnyTagClassName
{
color: #B44EDB;
}
</style>
background-color css
<style>
a { background-color: #B44EDB; }
a { background-color: rgb(180,78,219); }
div.DivClassName
{
background-color: #B44EDB;
}
.BgClassName
{
background-color: #B44EDB;
}
</style>
border-color css
<style>
span { border-color: #B44EDB; }
span { border-color: rgb(180,78,219); }
td.TdClassName
{
border-color: #B44EDB;
}
.TagClassName
{
border-color: #B44EDB;
}
</style>