Shades of Medium Orchid #BC62E4
Tints of Medium Orchid #BC62E4
RGB
CMYK
RGB Variations
Color information
#BC62E4 (or 0xBC62E4) is known color: Medium Orchid. HEX triplet: BC, 62 and E4. RGB value is (188,98,228). Sum of RGB (Red+Green+Blue) = 188+98+228=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC62E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62E4 is #439D1B. Grayscale: #8B8B8B. Windows color (decimal): -4431132 or 14967484. OLE color: 14967484.
HSL color Cylindrical-coordinate representation of color #BC62E4: hue angle of 281.54º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC62E4 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 98 | 228 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.11 |
| HSL | 281.54º | 0.71% | 0.64% | - |
| HSV(B) | 281.54º | 0.57% | 0.89% | - |
| XYZ | 39.11 | 25.03 | 76.17 | - |
| YUV | 139.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 228 | 0.18 | 0.57 | 0 | 0.11 | 281.54 | 0.71 | 0.64 |
| Hex | BC | 62 | E4 | 12 | 39 | 0 | B | 11A | 47 | 40 |
| Octal | 274 | 142 | 344 | 22 | 71 | 0 | 13 | 432 | 107 | 100 |
| Binary | 10111100 | 1100010 | 11100100 | 10010 | 111001 | 0 | 1011 | 100011010 | 1000111 | 1000000 |
Color Harmonies of #BC62E4
Complementary color
Monochromatic Colors of #BC62E4
Black with #BC62E4
Text Example
Text Example
White with #BC62E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62E4; }
p { color: rgb(188,98,228); }
H1.HeaderClassName
{
color: #BC62E4;
}
.AnyTagClassName
{
color: #BC62E4;
}
</style>
background-color css
<style>
a { background-color: #BC62E4; }
a { background-color: rgb(188,98,228); }
div.DivClassName
{
background-color: #BC62E4;
}
.BgClassName
{
background-color: #BC62E4;
}
</style>
border-color css
<style>
span { border-color: #BC62E4; }
span { border-color: rgb(188,98,228); }
td.TdClassName
{
border-color: #BC62E4;
}
.TagClassName
{
border-color: #BC62E4;
}
</style>