Shades of Medium Orchid #B449DB
Tints of Medium Orchid #B449DB
RGB
CMYK
RGB Variations
Color information
#B449DB (or 0xB449DB) is known color: Medium Orchid. HEX triplet: B4, 49 and DB. RGB value is (180,73,219). Sum of RGB (Red+Green+Blue) = 180+73+219=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #B449DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B449DB is #4BB624. Grayscale: #797979. Windows color (decimal): -4961829 or 14371252. OLE color: 14371252.
HSL color Cylindrical-coordinate representation of color #B449DB: hue angle of 283.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B449DB is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 73 | 219 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.14 |
| HSL | 283.97º | 0.67% | 0.57% | - |
| HSV(B) | 283.97º | 0.67% | 0.86% | - |
| XYZ | 33.99 | 19.58 | 69.01 | - |
| YUV | 121.64 | 182.95 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 73 | 219 | 0.18 | 0.67 | 0 | 0.14 | 283.97 | 0.67 | 0.57 |
| Hex | B4 | 49 | DB | 12 | 43 | 0 | E | 11C | 43 | 39 |
| Octal | 264 | 111 | 333 | 22 | 103 | 0 | 16 | 434 | 103 | 71 |
| Binary | 10110100 | 1001001 | 11011011 | 10010 | 1000011 | 0 | 1110 | 100011100 | 1000011 | 111001 |
Color Harmonies of #B449DB
Complementary color
Monochromatic Colors of #B449DB
Black with #B449DB
Text Example
Text Example
White with #B449DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B449DB; }
p { color: rgb(180,73,219); }
H1.HeaderClassName
{
color: #B449DB;
}
.AnyTagClassName
{
color: #B449DB;
}
</style>
background-color css
<style>
a { background-color: #B449DB; }
a { background-color: rgb(180,73,219); }
div.DivClassName
{
background-color: #B449DB;
}
.BgClassName
{
background-color: #B449DB;
}
</style>
border-color css
<style>
span { border-color: #B449DB; }
span { border-color: rgb(180,73,219); }
td.TdClassName
{
border-color: #B449DB;
}
.TagClassName
{
border-color: #B449DB;
}
</style>