Shades of Medium Orchid #B53CDD
Tints of Medium Orchid #B53CDD
RGB
CMYK
RGB Variations
Color information
#B53CDD (or 0xB53CDD) is known color: Medium Orchid. HEX triplet: B5, 3C and DD. RGB value is (181,60,221). Sum of RGB (Red+Green+Blue) = 181+60+221=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #B53CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CDD is #4AC322. Grayscale: #727272. Windows color (decimal): -4899619 or 14498997. OLE color: 14498997.
HSL color Cylindrical-coordinate representation of color #B53CDD: hue angle of 285.09º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53CDD is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 60 | 221 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.13 |
| HSL | 285.09º | 0.7% | 0.55% | - |
| HSV(B) | 285.09º | 0.73% | 0.87% | - |
| XYZ | 33.72 | 18.28 | 70.16 | - |
| YUV | 114.53 | 188.09 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 221 | 0.18 | 0.73 | 0 | 0.13 | 285.09 | 0.7 | 0.55 |
| Hex | B5 | 3C | DD | 12 | 49 | 0 | D | 11D | 46 | 37 |
| Octal | 265 | 74 | 335 | 22 | 111 | 0 | 15 | 435 | 106 | 67 |
| Binary | 10110101 | 111100 | 11011101 | 10010 | 1001001 | 0 | 1101 | 100011101 | 1000110 | 110111 |
Color Harmonies of #B53CDD
Complementary color
Monochromatic Colors of #B53CDD
Black with #B53CDD
Text Example
Text Example
White with #B53CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CDD; }
p { color: rgb(181,60,221); }
H1.HeaderClassName
{
color: #B53CDD;
}
.AnyTagClassName
{
color: #B53CDD;
}
</style>
background-color css
<style>
a { background-color: #B53CDD; }
a { background-color: rgb(181,60,221); }
div.DivClassName
{
background-color: #B53CDD;
}
.BgClassName
{
background-color: #B53CDD;
}
</style>
border-color css
<style>
span { border-color: #B53CDD; }
span { border-color: rgb(181,60,221); }
td.TdClassName
{
border-color: #B53CDD;
}
.TagClassName
{
border-color: #B53CDD;
}
</style>