Shades of Medium Orchid #BC5DFA
Tints of Medium Orchid #BC5DFA
RGB
CMYK
RGB Variations
Color information
#BC5DFA (or 0xBC5DFA) is known color: Medium Orchid. HEX triplet: BC, 5D and FA. RGB value is (188,93,250). Sum of RGB (Red+Green+Blue) = 188+93+250=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DFA is #43A205. Grayscale: #8A8A8A. Windows color (decimal): -4432390 or 16407996. OLE color: 16407996.
HSL color Cylindrical-coordinate representation of color #BC5DFA: hue angle of 276.31º 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 #BC5DFA is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 93 | 250 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.02 |
| HSL | 276.31º | 0.94% | 0.67% | - |
| HSV(B) | 276.31º | 0.63% | 0.98% | - |
| XYZ | 41.91 | 25.42 | 93.14 | - |
| YUV | 139.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 250 | 0.25 | 0.63 | 0 | 0.02 | 276.31 | 0.94 | 0.67 |
| Hex | BC | 5D | FA | 19 | 3F | 0 | 2 | 114 | 5E | 43 |
| Octal | 274 | 135 | 372 | 31 | 77 | 0 | 2 | 424 | 136 | 103 |
| Binary | 10111100 | 1011101 | 11111010 | 11001 | 111111 | 0 | 10 | 100010100 | 1011110 | 1000011 |
Color Harmonies of #BC5DFA
Complementary color
Monochromatic Colors of #BC5DFA
Black with #BC5DFA
Text Example
Text Example
White with #BC5DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DFA; }
p { color: rgb(188,93,250); }
H1.HeaderClassName
{
color: #BC5DFA;
}
.AnyTagClassName
{
color: #BC5DFA;
}
</style>
background-color css
<style>
a { background-color: #BC5DFA; }
a { background-color: rgb(188,93,250); }
div.DivClassName
{
background-color: #BC5DFA;
}
.BgClassName
{
background-color: #BC5DFA;
}
</style>
border-color css
<style>
span { border-color: #BC5DFA; }
span { border-color: rgb(188,93,250); }
td.TdClassName
{
border-color: #BC5DFA;
}
.TagClassName
{
border-color: #BC5DFA;
}
</style>