Shades of Medium Orchid #BC63EE
Tints of Medium Orchid #BC63EE
RGB
CMYK
RGB Variations
Color information
#BC63EE (or 0xBC63EE) is known color: Medium Orchid. HEX triplet: BC, 63 and EE. RGB value is (188,99,238). Sum of RGB (Red+Green+Blue) = 188+99+238=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC63EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63EE is #439C11. Grayscale: #8C8C8C. Windows color (decimal): -4430866 or 15623100. OLE color: 15623100.
HSL color Cylindrical-coordinate representation of color #BC63EE: hue angle of 278.42º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC63EE is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 99 | 238 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.07 |
| HSL | 278.42º | 0.8% | 0.66% | - |
| HSV(B) | 278.42º | 0.58% | 0.93% | - |
| XYZ | 40.63 | 25.79 | 83.72 | - |
| YUV | 141.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 238 | 0.21 | 0.58 | 0 | 0.07 | 278.42 | 0.8 | 0.66 |
| Hex | BC | 63 | EE | 15 | 3A | 0 | 7 | 116 | 50 | 42 |
| Octal | 274 | 143 | 356 | 25 | 72 | 0 | 7 | 426 | 120 | 102 |
| Binary | 10111100 | 1100011 | 11101110 | 10101 | 111010 | 0 | 111 | 100010110 | 1010000 | 1000010 |
Color Harmonies of #BC63EE
Complementary color
Monochromatic Colors of #BC63EE
Black with #BC63EE
Text Example
Text Example
White with #BC63EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63EE; }
p { color: rgb(188,99,238); }
H1.HeaderClassName
{
color: #BC63EE;
}
.AnyTagClassName
{
color: #BC63EE;
}
</style>
background-color css
<style>
a { background-color: #BC63EE; }
a { background-color: rgb(188,99,238); }
div.DivClassName
{
background-color: #BC63EE;
}
.BgClassName
{
background-color: #BC63EE;
}
</style>
border-color css
<style>
span { border-color: #BC63EE; }
span { border-color: rgb(188,99,238); }
td.TdClassName
{
border-color: #BC63EE;
}
.TagClassName
{
border-color: #BC63EE;
}
</style>