Shades of Medium Orchid #B54FCD
Tints of Medium Orchid #B54FCD
RGB
CMYK
RGB Variations
Color information
#B54FCD (or 0xB54FCD) is known color: Medium Orchid. HEX triplet: B5, 4F and CD. RGB value is (181,79,205). Sum of RGB (Red+Green+Blue) = 181+79+205=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #B54FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54FCD is #4AB032. Grayscale: #7B7B7B. Windows color (decimal): -4894771 or 13455285. OLE color: 13455285.
HSL color Cylindrical-coordinate representation of color #B54FCD: hue angle of 288.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54FCD is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 79 | 205 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.20 |
| HSL | 288.57º | 0.56% | 0.56% | - |
| HSV(B) | 288.57º | 0.61% | 0.8% | - |
| XYZ | 32.87 | 19.82 | 59.85 | - |
| YUV | 123.86 | 173.79 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 205 | 0.12 | 0.61 | 0 | 0.20 | 288.57 | 0.56 | 0.56 |
| Hex | B5 | 4F | CD | C | 3D | 0 | 14 | 121 | 38 | 38 |
| Octal | 265 | 117 | 315 | 14 | 75 | 0 | 24 | 441 | 70 | 70 |
| Binary | 10110101 | 1001111 | 11001101 | 1100 | 111101 | 0 | 10100 | 100100001 | 111000 | 111000 |
Color Harmonies of #B54FCD
Complementary color
Monochromatic Colors of #B54FCD
Black with #B54FCD
Text Example
Text Example
White with #B54FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FCD; }
p { color: rgb(181,79,205); }
H1.HeaderClassName
{
color: #B54FCD;
}
.AnyTagClassName
{
color: #B54FCD;
}
</style>
background-color css
<style>
a { background-color: #B54FCD; }
a { background-color: rgb(181,79,205); }
div.DivClassName
{
background-color: #B54FCD;
}
.BgClassName
{
background-color: #B54FCD;
}
</style>
border-color css
<style>
span { border-color: #B54FCD; }
span { border-color: rgb(181,79,205); }
td.TdClassName
{
border-color: #B54FCD;
}
.TagClassName
{
border-color: #B54FCD;
}
</style>