Shades of Medium Orchid #B54BCD
Tints of Medium Orchid #B54BCD
RGB
CMYK
RGB Variations
Color information
#B54BCD (or 0xB54BCD) is known color: Medium Orchid. HEX triplet: B5, 4B and CD. RGB value is (181,75,205). Sum of RGB (Red+Green+Blue) = 181+75+205=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #B54BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54BCD is #4AB432. Grayscale: #797979. Windows color (decimal): -4895795 or 13454261. OLE color: 13454261.
HSL color Cylindrical-coordinate representation of color #B54BCD: hue angle of 288.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B54BCD is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 75 | 205 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.20 |
| HSL | 288.92º | 0.57% | 0.55% | - |
| HSV(B) | 288.92º | 0.63% | 0.8% | - |
| XYZ | 32.59 | 19.26 | 59.76 | - |
| YUV | 121.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 205 | 0.12 | 0.63 | 0 | 0.20 | 288.92 | 0.57 | 0.55 |
| Hex | B5 | 4B | CD | C | 3F | 0 | 14 | 121 | 39 | 37 |
| Octal | 265 | 113 | 315 | 14 | 77 | 0 | 24 | 441 | 71 | 67 |
| Binary | 10110101 | 1001011 | 11001101 | 1100 | 111111 | 0 | 10100 | 100100001 | 111001 | 110111 |
Color Harmonies of #B54BCD
Complementary color
Monochromatic Colors of #B54BCD
Black with #B54BCD
Text Example
Text Example
White with #B54BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54BCD; }
p { color: rgb(181,75,205); }
H1.HeaderClassName
{
color: #B54BCD;
}
.AnyTagClassName
{
color: #B54BCD;
}
</style>
background-color css
<style>
a { background-color: #B54BCD; }
a { background-color: rgb(181,75,205); }
div.DivClassName
{
background-color: #B54BCD;
}
.BgClassName
{
background-color: #B54BCD;
}
</style>
border-color css
<style>
span { border-color: #B54BCD; }
span { border-color: rgb(181,75,205); }
td.TdClassName
{
border-color: #B54BCD;
}
.TagClassName
{
border-color: #B54BCD;
}
</style>