Shades of Medium Orchid #BC62E8
Tints of Medium Orchid #BC62E8
RGB
CMYK
RGB Variations
Color information
#BC62E8 (or 0xBC62E8) is known color: Medium Orchid. HEX triplet: BC, 62 and E8. RGB value is (188,98,232). Sum of RGB (Red+Green+Blue) = 188+98+232=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC62E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62E8 is #439D17. Grayscale: #8B8B8B. Windows color (decimal): -4431128 or 15229628. OLE color: 15229628.
HSL color Cylindrical-coordinate representation of color #BC62E8: hue angle of 280.3º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC62E8 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 98 | 232 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.09 |
| HSL | 280.3º | 0.74% | 0.65% | - |
| HSV(B) | 280.3º | 0.58% | 0.91% | - |
| XYZ | 39.67 | 25.25 | 79.13 | - |
| YUV | 140.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 232 | 0.19 | 0.58 | 0 | 0.09 | 280.3 | 0.74 | 0.65 |
| Hex | BC | 62 | E8 | 13 | 3A | 0 | 9 | 118 | 4A | 41 |
| Octal | 274 | 142 | 350 | 23 | 72 | 0 | 11 | 430 | 112 | 101 |
| Binary | 10111100 | 1100010 | 11101000 | 10011 | 111010 | 0 | 1001 | 100011000 | 1001010 | 1000001 |
Color Harmonies of #BC62E8
Complementary color
Monochromatic Colors of #BC62E8
Black with #BC62E8
Text Example
Text Example
White with #BC62E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62E8; }
p { color: rgb(188,98,232); }
H1.HeaderClassName
{
color: #BC62E8;
}
.AnyTagClassName
{
color: #BC62E8;
}
</style>
background-color css
<style>
a { background-color: #BC62E8; }
a { background-color: rgb(188,98,232); }
div.DivClassName
{
background-color: #BC62E8;
}
.BgClassName
{
background-color: #BC62E8;
}
</style>
border-color css
<style>
span { border-color: #BC62E8; }
span { border-color: rgb(188,98,232); }
td.TdClassName
{
border-color: #BC62E8;
}
.TagClassName
{
border-color: #BC62E8;
}
</style>