Shades of Medium Orchid #B549DB
Tints of Medium Orchid #B549DB
RGB
CMYK
RGB Variations
Color information
#B549DB (or 0xB549DB) is known color: Medium Orchid. HEX triplet: B5, 49 and DB. RGB value is (181,73,219). Sum of RGB (Red+Green+Blue) = 181+73+219=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #B549DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549DB is #4AB624. Grayscale: #797979. Windows color (decimal): -4896293 or 14371253. OLE color: 14371253.
HSL color Cylindrical-coordinate representation of color #B549DB: hue angle of 284.38º 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 #B549DB is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 73 | 219 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.14 |
| HSL | 284.38º | 0.67% | 0.57% | - |
| HSV(B) | 284.38º | 0.67% | 0.86% | - |
| XYZ | 34.22 | 19.7 | 69.02 | - |
| YUV | 121.94 | 182.78 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 219 | 0.17 | 0.67 | 0 | 0.14 | 284.38 | 0.67 | 0.57 |
| Hex | B5 | 49 | DB | 11 | 43 | 0 | E | 11C | 43 | 39 |
| Octal | 265 | 111 | 333 | 21 | 103 | 0 | 16 | 434 | 103 | 71 |
| Binary | 10110101 | 1001001 | 11011011 | 10001 | 1000011 | 0 | 1110 | 100011100 | 1000011 | 111001 |
Color Harmonies of #B549DB
Complementary color
Monochromatic Colors of #B549DB
Black with #B549DB
Text Example
Text Example
White with #B549DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549DB; }
p { color: rgb(181,73,219); }
H1.HeaderClassName
{
color: #B549DB;
}
.AnyTagClassName
{
color: #B549DB;
}
</style>
background-color css
<style>
a { background-color: #B549DB; }
a { background-color: rgb(181,73,219); }
div.DivClassName
{
background-color: #B549DB;
}
.BgClassName
{
background-color: #B549DB;
}
</style>
border-color css
<style>
span { border-color: #B549DB; }
span { border-color: rgb(181,73,219); }
td.TdClassName
{
border-color: #B549DB;
}
.TagClassName
{
border-color: #B549DB;
}
</style>