Shades of Medium Orchid #BC62E2
Tints of Medium Orchid #BC62E2
RGB
CMYK
RGB Variations
Color information
#BC62E2 (or 0xBC62E2) is known color: Medium Orchid. HEX triplet: BC, 62 and E2. RGB value is (188,98,226). Sum of RGB (Red+Green+Blue) = 188+98+226=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 226 (88.67% from 255 or 44.14% from 512); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC62E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62E2 is #439D1D. Grayscale: #8B8B8B. Windows color (decimal): -4431134 or 14836412. OLE color: 14836412.
HSL color Cylindrical-coordinate representation of color #BC62E2: hue angle of 282.19º degrees, saturation: 0.69, 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 #BC62E2 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 98 | 226 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.11 |
| HSL | 282.19º | 0.69% | 0.64% | - |
| HSV(B) | 282.19º | 0.57% | 0.89% | - |
| XYZ | 38.83 | 24.92 | 74.71 | - |
| YUV | 139.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 226 | 0.17 | 0.57 | 0 | 0.11 | 282.19 | 0.69 | 0.64 |
| Hex | BC | 62 | E2 | 11 | 39 | 0 | B | 11A | 45 | 40 |
| Octal | 274 | 142 | 342 | 21 | 71 | 0 | 13 | 432 | 105 | 100 |
| Binary | 10111100 | 1100010 | 11100010 | 10001 | 111001 | 0 | 1011 | 100011010 | 1000101 | 1000000 |
Color Harmonies of #BC62E2
Complementary color
Monochromatic Colors of #BC62E2
Black with #BC62E2
Text Example
Text Example
White with #BC62E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62E2; }
p { color: rgb(188,98,226); }
H1.HeaderClassName
{
color: #BC62E2;
}
.AnyTagClassName
{
color: #BC62E2;
}
</style>
background-color css
<style>
a { background-color: #BC62E2; }
a { background-color: rgb(188,98,226); }
div.DivClassName
{
background-color: #BC62E2;
}
.BgClassName
{
background-color: #BC62E2;
}
</style>
border-color css
<style>
span { border-color: #BC62E2; }
span { border-color: rgb(188,98,226); }
td.TdClassName
{
border-color: #BC62E2;
}
.TagClassName
{
border-color: #BC62E2;
}
</style>