Shades of Medium Orchid #BC53E5
Tints of Medium Orchid #BC53E5
RGB
CMYK
RGB Variations
Color information
#BC53E5 (or 0xBC53E5) is known color: Medium Orchid. HEX triplet: BC, 53 and E5. RGB value is (188,83,229). Sum of RGB (Red+Green+Blue) = 188+83+229=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC53E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53E5 is #43AC1A. Grayscale: #828282. Windows color (decimal): -4434971 or 15029180. OLE color: 15029180.
HSL color Cylindrical-coordinate representation of color #BC53E5: hue angle of 283.15º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC53E5 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 83 | 229 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.10 |
| HSL | 283.15º | 0.74% | 0.61% | - |
| HSV(B) | 283.15º | 0.64% | 0.9% | - |
| XYZ | 37.98 | 22.54 | 76.48 | - |
| YUV | 131.04 | 183.29 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 229 | 0.18 | 0.64 | 0 | 0.10 | 283.15 | 0.74 | 0.61 |
| Hex | BC | 53 | E5 | 12 | 40 | 0 | A | 11B | 4A | 3D |
| Octal | 274 | 123 | 345 | 22 | 100 | 0 | 12 | 433 | 112 | 75 |
| Binary | 10111100 | 1010011 | 11100101 | 10010 | 1000000 | 0 | 1010 | 100011011 | 1001010 | 111101 |
Color Harmonies of #BC53E5
Complementary color
Monochromatic Colors of #BC53E5
Black with #BC53E5
Text Example
Text Example
White with #BC53E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53E5; }
p { color: rgb(188,83,229); }
H1.HeaderClassName
{
color: #BC53E5;
}
.AnyTagClassName
{
color: #BC53E5;
}
</style>
background-color css
<style>
a { background-color: #BC53E5; }
a { background-color: rgb(188,83,229); }
div.DivClassName
{
background-color: #BC53E5;
}
.BgClassName
{
background-color: #BC53E5;
}
</style>
border-color css
<style>
span { border-color: #BC53E5; }
span { border-color: rgb(188,83,229); }
td.TdClassName
{
border-color: #BC53E5;
}
.TagClassName
{
border-color: #BC53E5;
}
</style>