Shades of Medium Orchid #BC62E5
Tints of Medium Orchid #BC62E5
RGB
CMYK
RGB Variations
Color information
#BC62E5 (or 0xBC62E5) is known color: Medium Orchid. HEX triplet: BC, 62 and E5. RGB value is (188,98,229). Sum of RGB (Red+Green+Blue) = 188+98+229=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC62E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62E5 is #439D1A. Grayscale: #8B8B8B. Windows color (decimal): -4431131 or 15033020. OLE color: 15033020.
HSL color Cylindrical-coordinate representation of color #BC62E5: hue angle of 281.22º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC62E5 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 98 | 229 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.10 |
| HSL | 281.22º | 0.72% | 0.64% | - |
| HSV(B) | 281.22º | 0.57% | 0.9% | - |
| XYZ | 39.25 | 25.08 | 76.9 | - |
| YUV | 139.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 229 | 0.18 | 0.57 | 0 | 0.10 | 281.22 | 0.72 | 0.64 |
| Hex | BC | 62 | E5 | 12 | 39 | 0 | A | 119 | 48 | 40 |
| Octal | 274 | 142 | 345 | 22 | 71 | 0 | 12 | 431 | 110 | 100 |
| Binary | 10111100 | 1100010 | 11100101 | 10010 | 111001 | 0 | 1010 | 100011001 | 1001000 | 1000000 |
Color Harmonies of #BC62E5
Complementary color
Monochromatic Colors of #BC62E5
Black with #BC62E5
Text Example
Text Example
White with #BC62E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62E5; }
p { color: rgb(188,98,229); }
H1.HeaderClassName
{
color: #BC62E5;
}
.AnyTagClassName
{
color: #BC62E5;
}
</style>
background-color css
<style>
a { background-color: #BC62E5; }
a { background-color: rgb(188,98,229); }
div.DivClassName
{
background-color: #BC62E5;
}
.BgClassName
{
background-color: #BC62E5;
}
</style>
border-color css
<style>
span { border-color: #BC62E5; }
span { border-color: rgb(188,98,229); }
td.TdClassName
{
border-color: #BC62E5;
}
.TagClassName
{
border-color: #BC62E5;
}
</style>