Shades of Medium Orchid #BC62E6
Tints of Medium Orchid #BC62E6
RGB
CMYK
RGB Variations
Color information
#BC62E6 (or 0xBC62E6) is known color: Medium Orchid. HEX triplet: BC, 62 and E6. RGB value is (188,98,230). Sum of RGB (Red+Green+Blue) = 188+98+230=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC62E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62E6 is #439D19. Grayscale: #8B8B8B. Windows color (decimal): -4431130 or 15098556. OLE color: 15098556.
HSL color Cylindrical-coordinate representation of color #BC62E6: hue angle of 280.91º degrees, saturation: 0.73, 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 #BC62E6 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 98 | 230 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.10 |
| HSL | 280.91º | 0.73% | 0.64% | - |
| HSV(B) | 280.91º | 0.57% | 0.9% | - |
| XYZ | 39.39 | 25.14 | 77.64 | - |
| YUV | 139.96 | 178.82 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 230 | 0.18 | 0.57 | 0 | 0.10 | 280.91 | 0.73 | 0.64 |
| Hex | BC | 62 | E6 | 12 | 39 | 0 | A | 119 | 49 | 40 |
| Octal | 274 | 142 | 346 | 22 | 71 | 0 | 12 | 431 | 111 | 100 |
| Binary | 10111100 | 1100010 | 11100110 | 10010 | 111001 | 0 | 1010 | 100011001 | 1001001 | 1000000 |
Color Harmonies of #BC62E6
Complementary color
Monochromatic Colors of #BC62E6
Black with #BC62E6
Text Example
Text Example
White with #BC62E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62E6; }
p { color: rgb(188,98,230); }
H1.HeaderClassName
{
color: #BC62E6;
}
.AnyTagClassName
{
color: #BC62E6;
}
</style>
background-color css
<style>
a { background-color: #BC62E6; }
a { background-color: rgb(188,98,230); }
div.DivClassName
{
background-color: #BC62E6;
}
.BgClassName
{
background-color: #BC62E6;
}
</style>
border-color css
<style>
span { border-color: #BC62E6; }
span { border-color: rgb(188,98,230); }
td.TdClassName
{
border-color: #BC62E6;
}
.TagClassName
{
border-color: #BC62E6;
}
</style>