Shades of Medium Orchid #B549DC
Tints of Medium Orchid #B549DC
RGB
CMYK
RGB Variations
Color information
#B549DC (or 0xB549DC) is known color: Medium Orchid. HEX triplet: B5, 49 and DC. RGB value is (181,73,220). Sum of RGB (Red+Green+Blue) = 181+73+220=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #B549DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549DC is #4AB623. Grayscale: #797979. Windows color (decimal): -4896292 or 14436789. OLE color: 14436789.
HSL color Cylindrical-coordinate representation of color #B549DC: hue angle of 284.08º degrees, saturation: 0.68, 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 #B549DC is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 73 | 220 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.14 |
| HSL | 284.08º | 0.68% | 0.57% | - |
| HSV(B) | 284.08º | 0.67% | 0.86% | - |
| XYZ | 34.36 | 19.76 | 69.71 | - |
| YUV | 122.05 | 183.28 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 220 | 0.18 | 0.67 | 0 | 0.14 | 284.08 | 0.68 | 0.57 |
| Hex | B5 | 49 | DC | 12 | 43 | 0 | E | 11C | 44 | 39 |
| Octal | 265 | 111 | 334 | 22 | 103 | 0 | 16 | 434 | 104 | 71 |
| Binary | 10110101 | 1001001 | 11011100 | 10010 | 1000011 | 0 | 1110 | 100011100 | 1000100 | 111001 |
Color Harmonies of #B549DC
Complementary color
Monochromatic Colors of #B549DC
Black with #B549DC
Text Example
Text Example
White with #B549DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549DC; }
p { color: rgb(181,73,220); }
H1.HeaderClassName
{
color: #B549DC;
}
.AnyTagClassName
{
color: #B549DC;
}
</style>
background-color css
<style>
a { background-color: #B549DC; }
a { background-color: rgb(181,73,220); }
div.DivClassName
{
background-color: #B549DC;
}
.BgClassName
{
background-color: #B549DC;
}
</style>
border-color css
<style>
span { border-color: #B549DC; }
span { border-color: rgb(181,73,220); }
td.TdClassName
{
border-color: #B549DC;
}
.TagClassName
{
border-color: #B549DC;
}
</style>