Shades of Medium Orchid #BC5EF3
Tints of Medium Orchid #BC5EF3
RGB
CMYK
RGB Variations
Color information
#BC5EF3 (or 0xBC5EF3) is known color: Medium Orchid. HEX triplet: BC, 5E and F3. RGB value is (188,94,243). Sum of RGB (Red+Green+Blue) = 188+94+243=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 243 (95.31% from 255 or 46.29% from 525); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC5EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EF3 is #43A10C. Grayscale: #8A8A8A. Windows color (decimal): -4432141 or 15949500. OLE color: 15949500.
HSL color Cylindrical-coordinate representation of color #BC5EF3: hue angle of 277.85º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5EF3 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 94 | 243 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.05 |
| HSL | 277.85º | 0.86% | 0.66% | - |
| HSV(B) | 277.85º | 0.61% | 0.95% | - |
| XYZ | 40.92 | 25.17 | 87.5 | - |
| YUV | 139.09 | 186.64 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 243 | 0.23 | 0.61 | 0 | 0.05 | 277.85 | 0.86 | 0.66 |
| Hex | BC | 5E | F3 | 17 | 3D | 0 | 5 | 116 | 56 | 42 |
| Octal | 274 | 136 | 363 | 27 | 75 | 0 | 5 | 426 | 126 | 102 |
| Binary | 10111100 | 1011110 | 11110011 | 10111 | 111101 | 0 | 101 | 100010110 | 1010110 | 1000010 |
Color Harmonies of #BC5EF3
Complementary color
Monochromatic Colors of #BC5EF3
Black with #BC5EF3
Text Example
Text Example
White with #BC5EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EF3; }
p { color: rgb(188,94,243); }
H1.HeaderClassName
{
color: #BC5EF3;
}
.AnyTagClassName
{
color: #BC5EF3;
}
</style>
background-color css
<style>
a { background-color: #BC5EF3; }
a { background-color: rgb(188,94,243); }
div.DivClassName
{
background-color: #BC5EF3;
}
.BgClassName
{
background-color: #BC5EF3;
}
</style>
border-color css
<style>
span { border-color: #BC5EF3; }
span { border-color: rgb(188,94,243); }
td.TdClassName
{
border-color: #BC5EF3;
}
.TagClassName
{
border-color: #BC5EF3;
}
</style>