Shades of Medium Orchid #B547CD
Tints of Medium Orchid #B547CD
RGB
CMYK
RGB Variations
Color information
#B547CD (or 0xB547CD) is known color: Medium Orchid. HEX triplet: B5, 47 and CD. RGB value is (181,71,205). Sum of RGB (Red+Green+Blue) = 181+71+205=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #B547CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B547CD is #4AB832. Grayscale: #767676. Windows color (decimal): -4896819 or 13453237. OLE color: 13453237.
HSL color Cylindrical-coordinate representation of color #B547CD: hue angle of 289.25º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B547CD is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 71 | 205 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.20 |
| HSL | 289.25º | 0.57% | 0.54% | - |
| HSV(B) | 289.25º | 0.65% | 0.8% | - |
| XYZ | 32.33 | 18.74 | 59.67 | - |
| YUV | 119.17 | 176.44 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 205 | 0.12 | 0.65 | 0 | 0.20 | 289.25 | 0.57 | 0.54 |
| Hex | B5 | 47 | CD | C | 41 | 0 | 14 | 121 | 39 | 36 |
| Octal | 265 | 107 | 315 | 14 | 101 | 0 | 24 | 441 | 71 | 66 |
| Binary | 10110101 | 1000111 | 11001101 | 1100 | 1000001 | 0 | 10100 | 100100001 | 111001 | 110110 |
Color Harmonies of #B547CD
Complementary color
Monochromatic Colors of #B547CD
Black with #B547CD
Text Example
Text Example
White with #B547CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547CD; }
p { color: rgb(181,71,205); }
H1.HeaderClassName
{
color: #B547CD;
}
.AnyTagClassName
{
color: #B547CD;
}
</style>
background-color css
<style>
a { background-color: #B547CD; }
a { background-color: rgb(181,71,205); }
div.DivClassName
{
background-color: #B547CD;
}
.BgClassName
{
background-color: #B547CD;
}
</style>
border-color css
<style>
span { border-color: #B547CD; }
span { border-color: rgb(181,71,205); }
td.TdClassName
{
border-color: #B547CD;
}
.TagClassName
{
border-color: #B547CD;
}
</style>