Shades of Medium Orchid #B549DA
Tints of Medium Orchid #B549DA
RGB
CMYK
RGB Variations
Color information
#B549DA (or 0xB549DA) is known color: Medium Orchid. HEX triplet: B5, 49 and DA. RGB value is (181,73,218). Sum of RGB (Red+Green+Blue) = 181+73+218=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #B549DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549DA is #4AB625. Grayscale: #797979. Windows color (decimal): -4896294 or 14305717. OLE color: 14305717.
HSL color Cylindrical-coordinate representation of color #B549DA: hue angle of 284.69º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B549DA is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 73 | 218 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.15 |
| HSL | 284.69º | 0.66% | 0.57% | - |
| HSV(B) | 284.69º | 0.67% | 0.85% | - |
| XYZ | 34.09 | 19.65 | 68.33 | - |
| YUV | 121.82 | 182.28 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 218 | 0.17 | 0.67 | 0 | 0.15 | 284.69 | 0.66 | 0.57 |
| Hex | B5 | 49 | DA | 11 | 43 | 0 | F | 11D | 42 | 39 |
| Octal | 265 | 111 | 332 | 21 | 103 | 0 | 17 | 435 | 102 | 71 |
| Binary | 10110101 | 1001001 | 11011010 | 10001 | 1000011 | 0 | 1111 | 100011101 | 1000010 | 111001 |
Color Harmonies of #B549DA
Complementary color
Monochromatic Colors of #B549DA
Black with #B549DA
Text Example
Text Example
White with #B549DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549DA; }
p { color: rgb(181,73,218); }
H1.HeaderClassName
{
color: #B549DA;
}
.AnyTagClassName
{
color: #B549DA;
}
</style>
background-color css
<style>
a { background-color: #B549DA; }
a { background-color: rgb(181,73,218); }
div.DivClassName
{
background-color: #B549DA;
}
.BgClassName
{
background-color: #B549DA;
}
</style>
border-color css
<style>
span { border-color: #B549DA; }
span { border-color: rgb(181,73,218); }
td.TdClassName
{
border-color: #B549DA;
}
.TagClassName
{
border-color: #B549DA;
}
</style>