Shades of Medium Orchid #BC53DD
Tints of Medium Orchid #BC53DD
RGB
CMYK
RGB Variations
Color information
#BC53DD (or 0xBC53DD) is known color: Medium Orchid. HEX triplet: BC, 53 and DD. RGB value is (188,83,221). Sum of RGB (Red+Green+Blue) = 188+83+221=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC53DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53DD is #43AC22. Grayscale: #818181. Windows color (decimal): -4434979 or 14504892. OLE color: 14504892.
HSL color Cylindrical-coordinate representation of color #BC53DD: hue angle of 285.65º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC53DD is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 83 | 221 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.13 |
| HSL | 285.65º | 0.67% | 0.6% | - |
| HSV(B) | 285.65º | 0.62% | 0.87% | - |
| XYZ | 36.88 | 22.1 | 70.73 | - |
| YUV | 130.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 221 | 0.15 | 0.62 | 0 | 0.13 | 285.65 | 0.67 | 0.6 |
| Hex | BC | 53 | DD | F | 3E | 0 | D | 11E | 43 | 3C |
| Octal | 274 | 123 | 335 | 17 | 76 | 0 | 15 | 436 | 103 | 74 |
| Binary | 10111100 | 1010011 | 11011101 | 1111 | 111110 | 0 | 1101 | 100011110 | 1000011 | 111100 |
Color Harmonies of #BC53DD
Complementary color
Monochromatic Colors of #BC53DD
Black with #BC53DD
Text Example
Text Example
White with #BC53DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53DD; }
p { color: rgb(188,83,221); }
H1.HeaderClassName
{
color: #BC53DD;
}
.AnyTagClassName
{
color: #BC53DD;
}
</style>
background-color css
<style>
a { background-color: #BC53DD; }
a { background-color: rgb(188,83,221); }
div.DivClassName
{
background-color: #BC53DD;
}
.BgClassName
{
background-color: #BC53DD;
}
</style>
border-color css
<style>
span { border-color: #BC53DD; }
span { border-color: rgb(188,83,221); }
td.TdClassName
{
border-color: #BC53DD;
}
.TagClassName
{
border-color: #BC53DD;
}
</style>