Shades of Medium Orchid #BC53DF
Tints of Medium Orchid #BC53DF
RGB
CMYK
RGB Variations
Color information
#BC53DF (or 0xBC53DF) is known color: Medium Orchid. HEX triplet: BC, 53 and DF. RGB value is (188,83,223). Sum of RGB (Red+Green+Blue) = 188+83+223=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53DF is #43AC20. Grayscale: #818181. Windows color (decimal): -4434977 or 14635964. OLE color: 14635964.
HSL color Cylindrical-coordinate representation of color #BC53DF: hue angle of 285º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC53DF is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 83 | 223 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.13 |
| HSL | 285º | 0.69% | 0.6% | - |
| HSV(B) | 285º | 0.63% | 0.87% | - |
| XYZ | 37.15 | 22.21 | 72.14 | - |
| YUV | 130.36 | 180.29 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 223 | 0.16 | 0.63 | 0 | 0.13 | 285 | 0.69 | 0.6 |
| Hex | BC | 53 | DF | 10 | 3F | 0 | D | 11D | 45 | 3C |
| Octal | 274 | 123 | 337 | 20 | 77 | 0 | 15 | 435 | 105 | 74 |
| Binary | 10111100 | 1010011 | 11011111 | 10000 | 111111 | 0 | 1101 | 100011101 | 1000101 | 111100 |
Color Harmonies of #BC53DF
Complementary color
Monochromatic Colors of #BC53DF
Black with #BC53DF
Text Example
Text Example
White with #BC53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53DF; }
p { color: rgb(188,83,223); }
H1.HeaderClassName
{
color: #BC53DF;
}
.AnyTagClassName
{
color: #BC53DF;
}
</style>
background-color css
<style>
a { background-color: #BC53DF; }
a { background-color: rgb(188,83,223); }
div.DivClassName
{
background-color: #BC53DF;
}
.BgClassName
{
background-color: #BC53DF;
}
</style>
border-color css
<style>
span { border-color: #BC53DF; }
span { border-color: rgb(188,83,223); }
td.TdClassName
{
border-color: #BC53DF;
}
.TagClassName
{
border-color: #BC53DF;
}
</style>