Shades of Medium Orchid #BC5FEA
Tints of Medium Orchid #BC5FEA
RGB
CMYK
RGB Variations
Color information
#BC5FEA (or 0xBC5FEA) is known color: Medium Orchid. HEX triplet: BC, 5F and EA. RGB value is (188,95,234). Sum of RGB (Red+Green+Blue) = 188+95+234=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC5FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FEA is #43A015. Grayscale: #8A8A8A. Windows color (decimal): -4431894 or 15359932. OLE color: 15359932.
HSL color Cylindrical-coordinate representation of color #BC5FEA: hue angle of 280.14º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC5FEA is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 95 | 234 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.08 |
| HSL | 280.14º | 0.77% | 0.65% | - |
| HSV(B) | 280.14º | 0.59% | 0.92% | - |
| XYZ | 39.68 | 24.82 | 80.54 | - |
| YUV | 138.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 234 | 0.20 | 0.59 | 0 | 0.08 | 280.14 | 0.77 | 0.65 |
| Hex | BC | 5F | EA | 14 | 3B | 0 | 8 | 118 | 4D | 41 |
| Octal | 274 | 137 | 352 | 24 | 73 | 0 | 10 | 430 | 115 | 101 |
| Binary | 10111100 | 1011111 | 11101010 | 10100 | 111011 | 0 | 1000 | 100011000 | 1001101 | 1000001 |
Color Harmonies of #BC5FEA
Complementary color
Monochromatic Colors of #BC5FEA
Black with #BC5FEA
Text Example
Text Example
White with #BC5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FEA; }
p { color: rgb(188,95,234); }
H1.HeaderClassName
{
color: #BC5FEA;
}
.AnyTagClassName
{
color: #BC5FEA;
}
</style>
background-color css
<style>
a { background-color: #BC5FEA; }
a { background-color: rgb(188,95,234); }
div.DivClassName
{
background-color: #BC5FEA;
}
.BgClassName
{
background-color: #BC5FEA;
}
</style>
border-color css
<style>
span { border-color: #BC5FEA; }
span { border-color: rgb(188,95,234); }
td.TdClassName
{
border-color: #BC5FEA;
}
.TagClassName
{
border-color: #BC5FEA;
}
</style>