Shades of Medium Orchid #B549CD
Tints of Medium Orchid #B549CD
RGB
CMYK
RGB Variations
Color information
#B549CD (or 0xB549CD) is known color: Medium Orchid. HEX triplet: B5, 49 and CD. RGB value is (181,73,205). Sum of RGB (Red+Green+Blue) = 181+73+205=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #B549CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549CD is #4AB632. Grayscale: #777777. Windows color (decimal): -4896307 or 13453749. OLE color: 13453749.
HSL color Cylindrical-coordinate representation of color #B549CD: hue angle of 289.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B549CD is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 73 | 205 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.20 |
| HSL | 289.09º | 0.57% | 0.55% | - |
| HSV(B) | 289.09º | 0.64% | 0.8% | - |
| XYZ | 32.46 | 19 | 59.71 | - |
| YUV | 120.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 205 | 0.12 | 0.64 | 0 | 0.20 | 289.09 | 0.57 | 0.55 |
| Hex | B5 | 49 | CD | C | 40 | 0 | 14 | 121 | 39 | 37 |
| Octal | 265 | 111 | 315 | 14 | 100 | 0 | 24 | 441 | 71 | 67 |
| Binary | 10110101 | 1001001 | 11001101 | 1100 | 1000000 | 0 | 10100 | 100100001 | 111001 | 110111 |
Color Harmonies of #B549CD
Complementary color
Monochromatic Colors of #B549CD
Black with #B549CD
Text Example
Text Example
White with #B549CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549CD; }
p { color: rgb(181,73,205); }
H1.HeaderClassName
{
color: #B549CD;
}
.AnyTagClassName
{
color: #B549CD;
}
</style>
background-color css
<style>
a { background-color: #B549CD; }
a { background-color: rgb(181,73,205); }
div.DivClassName
{
background-color: #B549CD;
}
.BgClassName
{
background-color: #B549CD;
}
</style>
border-color css
<style>
span { border-color: #B549CD; }
span { border-color: rgb(181,73,205); }
td.TdClassName
{
border-color: #B549CD;
}
.TagClassName
{
border-color: #B549CD;
}
</style>