Shades of Medium Orchid #BC63E1
Tints of Medium Orchid #BC63E1
RGB
CMYK
RGB Variations
Color information
#BC63E1 (or 0xBC63E1) is known color: Medium Orchid. HEX triplet: BC, 63 and E1. RGB value is (188,99,225). Sum of RGB (Red+Green+Blue) = 188+99+225=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC63E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63E1 is #439C1E. Grayscale: #8B8B8B. Windows color (decimal): -4430879 or 14771132. OLE color: 14771132.
HSL color Cylindrical-coordinate representation of color #BC63E1: hue angle of 282.38º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC63E1 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 99 | 225 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.12 |
| HSL | 282.38º | 0.68% | 0.64% | - |
| HSV(B) | 282.38º | 0.56% | 0.88% | - |
| XYZ | 38.79 | 25.05 | 74.03 | - |
| YUV | 139.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 225 | 0.16 | 0.56 | 0 | 0.12 | 282.38 | 0.68 | 0.64 |
| Hex | BC | 63 | E1 | 10 | 38 | 0 | C | 11A | 44 | 40 |
| Octal | 274 | 143 | 341 | 20 | 70 | 0 | 14 | 432 | 104 | 100 |
| Binary | 10111100 | 1100011 | 11100001 | 10000 | 111000 | 0 | 1100 | 100011010 | 1000100 | 1000000 |
Color Harmonies of #BC63E1
Complementary color
Monochromatic Colors of #BC63E1
Black with #BC63E1
Text Example
Text Example
White with #BC63E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63E1; }
p { color: rgb(188,99,225); }
H1.HeaderClassName
{
color: #BC63E1;
}
.AnyTagClassName
{
color: #BC63E1;
}
</style>
background-color css
<style>
a { background-color: #BC63E1; }
a { background-color: rgb(188,99,225); }
div.DivClassName
{
background-color: #BC63E1;
}
.BgClassName
{
background-color: #BC63E1;
}
</style>
border-color css
<style>
span { border-color: #BC63E1; }
span { border-color: rgb(188,99,225); }
td.TdClassName
{
border-color: #BC63E1;
}
.TagClassName
{
border-color: #BC63E1;
}
</style>