Shades of Medium Orchid #B444DD
Tints of Medium Orchid #B444DD
RGB
CMYK
RGB Variations
Color information
#B444DD (or 0xB444DD) is known color: Medium Orchid. HEX triplet: B4, 44 and DD. RGB value is (180,68,221). Sum of RGB (Red+Green+Blue) = 180+68+221=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #B444DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444DD is #4BBB22. Grayscale: #767676. Windows color (decimal): -4963107 or 14501044. OLE color: 14501044.
HSL color Cylindrical-coordinate representation of color #B444DD: hue angle of 283.92º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B444DD is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 68 | 221 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.13 |
| HSL | 283.92º | 0.69% | 0.57% | - |
| HSV(B) | 283.92º | 0.69% | 0.87% | - |
| XYZ | 33.94 | 19.06 | 70.3 | - |
| YUV | 118.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 221 | 0.19 | 0.69 | 0 | 0.13 | 283.92 | 0.69 | 0.57 |
| Hex | B4 | 44 | DD | 13 | 45 | 0 | D | 11C | 45 | 39 |
| Octal | 264 | 104 | 335 | 23 | 105 | 0 | 15 | 434 | 105 | 71 |
| Binary | 10110100 | 1000100 | 11011101 | 10011 | 1000101 | 0 | 1101 | 100011100 | 1000101 | 111001 |
Color Harmonies of #B444DD
Complementary color
Monochromatic Colors of #B444DD
Black with #B444DD
Text Example
Text Example
White with #B444DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B444DD; }
p { color: rgb(180,68,221); }
H1.HeaderClassName
{
color: #B444DD;
}
.AnyTagClassName
{
color: #B444DD;
}
</style>
background-color css
<style>
a { background-color: #B444DD; }
a { background-color: rgb(180,68,221); }
div.DivClassName
{
background-color: #B444DD;
}
.BgClassName
{
background-color: #B444DD;
}
</style>
border-color css
<style>
span { border-color: #B444DD; }
span { border-color: rgb(180,68,221); }
td.TdClassName
{
border-color: #B444DD;
}
.TagClassName
{
border-color: #B444DD;
}
</style>