Shades of Medium Orchid #B044DD
Tints of Medium Orchid #B044DD
RGB
CMYK
RGB Variations
Color information
#B044DD (or 0xB044DD) is known color: Medium Orchid. HEX triplet: B0, 44 and DD. RGB value is (176,68,221). Sum of RGB (Red+Green+Blue) = 176+68+221=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #B044DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044DD is #4FBB22. Grayscale: #757575. Windows color (decimal): -5225251 or 14501040. OLE color: 14501040.
HSL color Cylindrical-coordinate representation of color #B044DD: hue angle of 282.35º 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 #B044DD is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 68 | 221 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.13 |
| HSL | 282.35º | 0.69% | 0.57% | - |
| HSV(B) | 282.35º | 0.69% | 0.87% | - |
| XYZ | 33.02 | 18.58 | 70.25 | - |
| YUV | 117.73 | 186.28 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 221 | 0.20 | 0.69 | 0 | 0.13 | 282.35 | 0.69 | 0.57 |
| Hex | B0 | 44 | DD | 14 | 45 | 0 | D | 11A | 45 | 39 |
| Octal | 260 | 104 | 335 | 24 | 105 | 0 | 15 | 432 | 105 | 71 |
| Binary | 10110000 | 1000100 | 11011101 | 10100 | 1000101 | 0 | 1101 | 100011010 | 1000101 | 111001 |
Color Harmonies of #B044DD
Complementary color
Monochromatic Colors of #B044DD
Black with #B044DD
Text Example
Text Example
White with #B044DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044DD; }
p { color: rgb(176,68,221); }
H1.HeaderClassName
{
color: #B044DD;
}
.AnyTagClassName
{
color: #B044DD;
}
</style>
background-color css
<style>
a { background-color: #B044DD; }
a { background-color: rgb(176,68,221); }
div.DivClassName
{
background-color: #B044DD;
}
.BgClassName
{
background-color: #B044DD;
}
</style>
border-color css
<style>
span { border-color: #B044DD; }
span { border-color: rgb(176,68,221); }
td.TdClassName
{
border-color: #B044DD;
}
.TagClassName
{
border-color: #B044DD;
}
</style>