Shades of Medium Orchid #BC53EF
Tints of Medium Orchid #BC53EF
RGB
CMYK
RGB Variations
Color information
#BC53EF (or 0xBC53EF) is known color: Medium Orchid. HEX triplet: BC, 53 and EF. RGB value is (188,83,239). Sum of RGB (Red+Green+Blue) = 188+83+239=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC53EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC53EF is #43AC10. Grayscale: #838383. Windows color (decimal): -4434961 or 15684540. OLE color: 15684540.
HSL color Cylindrical-coordinate representation of color #BC53EF: hue angle of 280.38º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC53EF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 83 | 239 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.06 |
| HSL | 280.38º | 0.83% | 0.63% | - |
| HSV(B) | 280.38º | 0.65% | 0.94% | - |
| XYZ | 39.41 | 23.11 | 84.04 | - |
| YUV | 132.18 | 188.29 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 239 | 0.21 | 0.65 | 0 | 0.06 | 280.38 | 0.83 | 0.63 |
| Hex | BC | 53 | EF | 15 | 41 | 0 | 6 | 118 | 53 | 3F |
| Octal | 274 | 123 | 357 | 25 | 101 | 0 | 6 | 430 | 123 | 77 |
| Binary | 10111100 | 1010011 | 11101111 | 10101 | 1000001 | 0 | 110 | 100011000 | 1010011 | 111111 |
Color Harmonies of #BC53EF
Complementary color
Monochromatic Colors of #BC53EF
Black with #BC53EF
Text Example
Text Example
White with #BC53EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53EF; }
p { color: rgb(188,83,239); }
H1.HeaderClassName
{
color: #BC53EF;
}
.AnyTagClassName
{
color: #BC53EF;
}
</style>
background-color css
<style>
a { background-color: #BC53EF; }
a { background-color: rgb(188,83,239); }
div.DivClassName
{
background-color: #BC53EF;
}
.BgClassName
{
background-color: #BC53EF;
}
</style>
border-color css
<style>
span { border-color: #BC53EF; }
span { border-color: rgb(188,83,239); }
td.TdClassName
{
border-color: #BC53EF;
}
.TagClassName
{
border-color: #BC53EF;
}
</style>