Shades of Medium Orchid #B44DDB
Tints of Medium Orchid #B44DDB
RGB
CMYK
RGB Variations
Color information
#B44DDB (or 0xB44DDB) is known color: Medium Orchid. HEX triplet: B4, 4D and DB. RGB value is (180,77,219). Sum of RGB (Red+Green+Blue) = 180+77+219=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #B44DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DDB is #4BB224. Grayscale: #7B7B7B. Windows color (decimal): -4960805 or 14372276. OLE color: 14372276.
HSL color Cylindrical-coordinate representation of color #B44DDB: hue angle of 283.52º degrees, saturation: 0.66, 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 #B44DDB is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 77 | 219 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.14 |
| HSL | 283.52º | 0.66% | 0.58% | - |
| HSV(B) | 283.52º | 0.65% | 0.86% | - |
| XYZ | 34.26 | 20.13 | 69.1 | - |
| YUV | 123.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 219 | 0.18 | 0.65 | 0 | 0.14 | 283.52 | 0.66 | 0.58 |
| Hex | B4 | 4D | DB | 12 | 41 | 0 | E | 11C | 42 | 3A |
| Octal | 264 | 115 | 333 | 22 | 101 | 0 | 16 | 434 | 102 | 72 |
| Binary | 10110100 | 1001101 | 11011011 | 10010 | 1000001 | 0 | 1110 | 100011100 | 1000010 | 111010 |
Color Harmonies of #B44DDB
Complementary color
Monochromatic Colors of #B44DDB
Black with #B44DDB
Text Example
Text Example
White with #B44DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44DDB; }
p { color: rgb(180,77,219); }
H1.HeaderClassName
{
color: #B44DDB;
}
.AnyTagClassName
{
color: #B44DDB;
}
</style>
background-color css
<style>
a { background-color: #B44DDB; }
a { background-color: rgb(180,77,219); }
div.DivClassName
{
background-color: #B44DDB;
}
.BgClassName
{
background-color: #B44DDB;
}
</style>
border-color css
<style>
span { border-color: #B44DDB; }
span { border-color: rgb(180,77,219); }
td.TdClassName
{
border-color: #B44DDB;
}
.TagClassName
{
border-color: #B44DDB;
}
</style>