Shades of Medium Orchid #B54DCD
Tints of Medium Orchid #B54DCD
RGB
CMYK
RGB Variations
Color information
#B54DCD (or 0xB54DCD) is known color: Medium Orchid. HEX triplet: B5, 4D and CD. RGB value is (181,77,205). Sum of RGB (Red+Green+Blue) = 181+77+205=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #B54DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54DCD is #4AB232. Grayscale: #7A7A7A. Windows color (decimal): -4895283 or 13454773. OLE color: 13454773.
HSL color Cylindrical-coordinate representation of color #B54DCD: hue angle of 288.75º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54DCD is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 77 | 205 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.20 |
| HSL | 288.75º | 0.56% | 0.55% | - |
| HSV(B) | 288.75º | 0.62% | 0.8% | - |
| XYZ | 32.73 | 19.54 | 59.8 | - |
| YUV | 122.69 | 174.46 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 205 | 0.12 | 0.62 | 0 | 0.20 | 288.75 | 0.56 | 0.55 |
| Hex | B5 | 4D | CD | C | 3E | 0 | 14 | 121 | 38 | 37 |
| Octal | 265 | 115 | 315 | 14 | 76 | 0 | 24 | 441 | 70 | 67 |
| Binary | 10110101 | 1001101 | 11001101 | 1100 | 111110 | 0 | 10100 | 100100001 | 111000 | 110111 |
Color Harmonies of #B54DCD
Complementary color
Monochromatic Colors of #B54DCD
Black with #B54DCD
Text Example
Text Example
White with #B54DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DCD; }
p { color: rgb(181,77,205); }
H1.HeaderClassName
{
color: #B54DCD;
}
.AnyTagClassName
{
color: #B54DCD;
}
</style>
background-color css
<style>
a { background-color: #B54DCD; }
a { background-color: rgb(181,77,205); }
div.DivClassName
{
background-color: #B54DCD;
}
.BgClassName
{
background-color: #B54DCD;
}
</style>
border-color css
<style>
span { border-color: #B54DCD; }
span { border-color: rgb(181,77,205); }
td.TdClassName
{
border-color: #B54DCD;
}
.TagClassName
{
border-color: #B54DCD;
}
</style>