Shades of Medium Orchid #B44BDB
Tints of Medium Orchid #B44BDB
RGB
CMYK
RGB Variations
Color information
#B44BDB (or 0xB44BDB) is known color: Medium Orchid. HEX triplet: B4, 4B and DB. RGB value is (180,75,219). Sum of RGB (Red+Green+Blue) = 180+75+219=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #B44BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44BDB is #4BB424. Grayscale: #7A7A7A. Windows color (decimal): -4961317 or 14371764. OLE color: 14371764.
HSL color Cylindrical-coordinate representation of color #B44BDB: hue angle of 283.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B44BDB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 75 | 219 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.14 |
| HSL | 283.75º | 0.67% | 0.58% | - |
| HSV(B) | 283.75º | 0.66% | 0.86% | - |
| XYZ | 34.12 | 19.85 | 69.05 | - |
| YUV | 122.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 75 | 219 | 0.18 | 0.66 | 0 | 0.14 | 283.75 | 0.67 | 0.58 |
| Hex | B4 | 4B | DB | 12 | 42 | 0 | E | 11C | 43 | 3A |
| Octal | 264 | 113 | 333 | 22 | 102 | 0 | 16 | 434 | 103 | 72 |
| Binary | 10110100 | 1001011 | 11011011 | 10010 | 1000010 | 0 | 1110 | 100011100 | 1000011 | 111010 |
Color Harmonies of #B44BDB
Complementary color
Monochromatic Colors of #B44BDB
Black with #B44BDB
Text Example
Text Example
White with #B44BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44BDB; }
p { color: rgb(180,75,219); }
H1.HeaderClassName
{
color: #B44BDB;
}
.AnyTagClassName
{
color: #B44BDB;
}
</style>
background-color css
<style>
a { background-color: #B44BDB; }
a { background-color: rgb(180,75,219); }
div.DivClassName
{
background-color: #B44BDB;
}
.BgClassName
{
background-color: #B44BDB;
}
</style>
border-color css
<style>
span { border-color: #B44BDB; }
span { border-color: rgb(180,75,219); }
td.TdClassName
{
border-color: #B44BDB;
}
.TagClassName
{
border-color: #B44BDB;
}
</style>