Shades of Medium Orchid #BC4DFA
Tints of Medium Orchid #BC4DFA
RGB
CMYK
RGB Variations
Color information
#BC4DFA (or 0xBC4DFA) is known color: Medium Orchid. HEX triplet: BC, 4D and FA. RGB value is (188,77,250). Sum of RGB (Red+Green+Blue) = 188+77+250=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 77 (30.47% from 255 or 14.95% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC4DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DFA is #43B205. Grayscale: #818181. Windows color (decimal): -4436486 or 16403900. OLE color: 16403900.
HSL color Cylindrical-coordinate representation of color #BC4DFA: hue angle of 278.5º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4DFA is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 77 | 250 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.02 |
| HSL | 278.5º | 0.95% | 0.64% | - |
| HSV(B) | 278.5º | 0.69% | 0.98% | - |
| XYZ | 40.65 | 22.9 | 92.72 | - |
| YUV | 129.91 | 195.77 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 250 | 0.25 | 0.69 | 0 | 0.02 | 278.5 | 0.95 | 0.64 |
| Hex | BC | 4D | FA | 19 | 45 | 0 | 2 | 116 | 5F | 40 |
| Octal | 274 | 115 | 372 | 31 | 105 | 0 | 2 | 426 | 137 | 100 |
| Binary | 10111100 | 1001101 | 11111010 | 11001 | 1000101 | 0 | 10 | 100010110 | 1011111 | 1000000 |
Color Harmonies of #BC4DFA
Complementary color
Monochromatic Colors of #BC4DFA
Black with #BC4DFA
Text Example
Text Example
White with #BC4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DFA; }
p { color: rgb(188,77,250); }
H1.HeaderClassName
{
color: #BC4DFA;
}
.AnyTagClassName
{
color: #BC4DFA;
}
</style>
background-color css
<style>
a { background-color: #BC4DFA; }
a { background-color: rgb(188,77,250); }
div.DivClassName
{
background-color: #BC4DFA;
}
.BgClassName
{
background-color: #BC4DFA;
}
</style>
border-color css
<style>
span { border-color: #BC4DFA; }
span { border-color: rgb(188,77,250); }
td.TdClassName
{
border-color: #BC4DFA;
}
.TagClassName
{
border-color: #BC4DFA;
}
</style>