Shades of Medium Orchid #BC5CFA
Tints of Medium Orchid #BC5CFA
RGB
CMYK
RGB Variations
Color information
#BC5CFA (or 0xBC5CFA) is known color: Medium Orchid. HEX triplet: BC, 5C and FA. RGB value is (188,92,250). Sum of RGB (Red+Green+Blue) = 188+92+250=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 92 (36.33% from 255 or 17.36% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC5CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CFA is #43A305. Grayscale: #8A8A8A. Windows color (decimal): -4432646 or 16407740. OLE color: 16407740.
HSL color Cylindrical-coordinate representation of color #BC5CFA: hue angle of 276.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5CFA is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 92 | 250 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.02 |
| HSL | 276.46º | 0.94% | 0.67% | - |
| HSV(B) | 276.46º | 0.63% | 0.98% | - |
| XYZ | 41.82 | 25.25 | 93.11 | - |
| YUV | 138.72 | 190.8 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 250 | 0.25 | 0.63 | 0 | 0.02 | 276.46 | 0.94 | 0.67 |
| Hex | BC | 5C | FA | 19 | 3F | 0 | 2 | 114 | 5E | 43 |
| Octal | 274 | 134 | 372 | 31 | 77 | 0 | 2 | 424 | 136 | 103 |
| Binary | 10111100 | 1011100 | 11111010 | 11001 | 111111 | 0 | 10 | 100010100 | 1011110 | 1000011 |
Color Harmonies of #BC5CFA
Complementary color
Monochromatic Colors of #BC5CFA
Black with #BC5CFA
Text Example
Text Example
White with #BC5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CFA; }
p { color: rgb(188,92,250); }
H1.HeaderClassName
{
color: #BC5CFA;
}
.AnyTagClassName
{
color: #BC5CFA;
}
</style>
background-color css
<style>
a { background-color: #BC5CFA; }
a { background-color: rgb(188,92,250); }
div.DivClassName
{
background-color: #BC5CFA;
}
.BgClassName
{
background-color: #BC5CFA;
}
</style>
border-color css
<style>
span { border-color: #BC5CFA; }
span { border-color: rgb(188,92,250); }
td.TdClassName
{
border-color: #BC5CFA;
}
.TagClassName
{
border-color: #BC5CFA;
}
</style>