Shades of Medium Orchid #BC5BFA
Tints of Medium Orchid #BC5BFA
RGB
CMYK
RGB Variations
Color information
#BC5BFA (or 0xBC5BFA) is known color: Medium Orchid. HEX triplet: BC, 5B and FA. RGB value is (188,91,250). Sum of RGB (Red+Green+Blue) = 188+91+250=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC5BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5BFA is #43A405. Grayscale: #898989. Windows color (decimal): -4432902 or 16407484. OLE color: 16407484.
HSL color Cylindrical-coordinate representation of color #BC5BFA: hue angle of 276.6º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC5BFA is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 91 | 250 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.02 |
| HSL | 276.6º | 0.94% | 0.67% | - |
| HSV(B) | 276.6º | 0.64% | 0.98% | - |
| XYZ | 41.74 | 25.08 | 93.08 | - |
| YUV | 138.13 | 191.14 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 250 | 0.25 | 0.64 | 0 | 0.02 | 276.6 | 0.94 | 0.67 |
| Hex | BC | 5B | FA | 19 | 40 | 0 | 2 | 115 | 5E | 43 |
| Octal | 274 | 133 | 372 | 31 | 100 | 0 | 2 | 425 | 136 | 103 |
| Binary | 10111100 | 1011011 | 11111010 | 11001 | 1000000 | 0 | 10 | 100010101 | 1011110 | 1000011 |
Color Harmonies of #BC5BFA
Complementary color
Monochromatic Colors of #BC5BFA
Black with #BC5BFA
Text Example
Text Example
White with #BC5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BFA; }
p { color: rgb(188,91,250); }
H1.HeaderClassName
{
color: #BC5BFA;
}
.AnyTagClassName
{
color: #BC5BFA;
}
</style>
background-color css
<style>
a { background-color: #BC5BFA; }
a { background-color: rgb(188,91,250); }
div.DivClassName
{
background-color: #BC5BFA;
}
.BgClassName
{
background-color: #BC5BFA;
}
</style>
border-color css
<style>
span { border-color: #BC5BFA; }
span { border-color: rgb(188,91,250); }
td.TdClassName
{
border-color: #BC5BFA;
}
.TagClassName
{
border-color: #BC5BFA;
}
</style>