Shades of Medium Orchid #B53FCD
Tints of Medium Orchid #B53FCD
RGB
CMYK
RGB Variations
Color information
#B53FCD (or 0xB53FCD) is known color: Medium Orchid. HEX triplet: B5, 3F and CD. RGB value is (181,63,205). Sum of RGB (Red+Green+Blue) = 181+63+205=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #B53FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FCD is #4AC032. Grayscale: #727272. Windows color (decimal): -4898867 or 13451189. OLE color: 13451189.
HSL color Cylindrical-coordinate representation of color #B53FCD: hue angle of 289.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53FCD is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 63 | 205 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.20 |
| HSL | 289.86º | 0.59% | 0.53% | - |
| HSV(B) | 289.86º | 0.69% | 0.8% | - |
| XYZ | 31.85 | 17.79 | 59.51 | - |
| YUV | 114.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 205 | 0.12 | 0.69 | 0 | 0.20 | 289.86 | 0.59 | 0.53 |
| Hex | B5 | 3F | CD | C | 45 | 0 | 14 | 122 | 3B | 35 |
| Octal | 265 | 77 | 315 | 14 | 105 | 0 | 24 | 442 | 73 | 65 |
| Binary | 10110101 | 111111 | 11001101 | 1100 | 1000101 | 0 | 10100 | 100100010 | 111011 | 110101 |
Color Harmonies of #B53FCD
Complementary color
Monochromatic Colors of #B53FCD
Black with #B53FCD
Text Example
Text Example
White with #B53FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53FCD; }
p { color: rgb(181,63,205); }
H1.HeaderClassName
{
color: #B53FCD;
}
.AnyTagClassName
{
color: #B53FCD;
}
</style>
background-color css
<style>
a { background-color: #B53FCD; }
a { background-color: rgb(181,63,205); }
div.DivClassName
{
background-color: #B53FCD;
}
.BgClassName
{
background-color: #B53FCD;
}
</style>
border-color css
<style>
span { border-color: #B53FCD; }
span { border-color: rgb(181,63,205); }
td.TdClassName
{
border-color: #B53FCD;
}
.TagClassName
{
border-color: #B53FCD;
}
</style>