Shades of Medium Orchid #B449DD
Tints of Medium Orchid #B449DD
RGB
CMYK
RGB Variations
Color information
#B449DD (or 0xB449DD) is known color: Medium Orchid. HEX triplet: B4, 49 and DD. RGB value is (180,73,221). Sum of RGB (Red+Green+Blue) = 180+73+221=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #B449DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449DD is #4BB622. Grayscale: #797979. Windows color (decimal): -4961827 or 14502324. OLE color: 14502324.
HSL color Cylindrical-coordinate representation of color #B449DD: hue angle of 283.38º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B449DD is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 73 | 221 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.13 |
| HSL | 283.38º | 0.69% | 0.58% | - |
| HSV(B) | 283.38º | 0.67% | 0.87% | - |
| XYZ | 34.26 | 19.69 | 70.4 | - |
| YUV | 121.87 | 183.95 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 221 | 0.19 | 0.67 | 0 | 0.13 | 283.38 | 0.69 | 0.58 |
| Hex | B4 | 49 | DD | 13 | 43 | 0 | D | 11B | 45 | 3A |
| Octal | 264 | 111 | 335 | 23 | 103 | 0 | 15 | 433 | 105 | 72 |
| Binary | 10110100 | 1001001 | 11011101 | 10011 | 1000011 | 0 | 1101 | 100011011 | 1000101 | 111010 |
Color Harmonies of #B449DD
Complementary color
Monochromatic Colors of #B449DD
Black with #B449DD
Text Example
Text Example
White with #B449DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449DD; }
p { color: rgb(180,73,221); }
H1.HeaderClassName
{
color: #B449DD;
}
.AnyTagClassName
{
color: #B449DD;
}
</style>
background-color css
<style>
a { background-color: #B449DD; }
a { background-color: rgb(180,73,221); }
div.DivClassName
{
background-color: #B449DD;
}
.BgClassName
{
background-color: #B449DD;
}
</style>
border-color css
<style>
span { border-color: #B449DD; }
span { border-color: rgb(180,73,221); }
td.TdClassName
{
border-color: #B449DD;
}
.TagClassName
{
border-color: #B449DD;
}
</style>