Shades of Medium Orchid #B444DB
Tints of Medium Orchid #B444DB
RGB
CMYK
RGB Variations
Color information
#B444DB (or 0xB444DB) is known color: Medium Orchid. HEX triplet: B4, 44 and DB. RGB value is (180,68,219). Sum of RGB (Red+Green+Blue) = 180+68+219=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #B444DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444DB is #4BBB24. Grayscale: #767676. Windows color (decimal): -4963109 or 14369972. OLE color: 14369972.
HSL color Cylindrical-coordinate representation of color #B444DB: hue angle of 284.5º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B444DB is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 68 | 219 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.14 |
| HSL | 284.5º | 0.68% | 0.56% | - |
| HSV(B) | 284.5º | 0.69% | 0.86% | - |
| XYZ | 33.68 | 18.95 | 68.9 | - |
| YUV | 118.7 | 184.61 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 219 | 0.18 | 0.69 | 0 | 0.14 | 284.5 | 0.68 | 0.56 |
| Hex | B4 | 44 | DB | 12 | 45 | 0 | E | 11D | 44 | 38 |
| Octal | 264 | 104 | 333 | 22 | 105 | 0 | 16 | 435 | 104 | 70 |
| Binary | 10110100 | 1000100 | 11011011 | 10010 | 1000101 | 0 | 1110 | 100011101 | 1000100 | 111000 |
Color Harmonies of #B444DB
Complementary color
Monochromatic Colors of #B444DB
Black with #B444DB
Text Example
Text Example
White with #B444DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444DB; }
p { color: rgb(180,68,219); }
H1.HeaderClassName
{
color: #B444DB;
}
.AnyTagClassName
{
color: #B444DB;
}
</style>
background-color css
<style>
a { background-color: #B444DB; }
a { background-color: rgb(180,68,219); }
div.DivClassName
{
background-color: #B444DB;
}
.BgClassName
{
background-color: #B444DB;
}
</style>
border-color css
<style>
span { border-color: #B444DB; }
span { border-color: rgb(180,68,219); }
td.TdClassName
{
border-color: #B444DB;
}
.TagClassName
{
border-color: #B444DB;
}
</style>