Shades of Medium Orchid #BC5CEA
Tints of Medium Orchid #BC5CEA
RGB
CMYK
RGB Variations
Color information
#BC5CEA (or 0xBC5CEA) is known color: Medium Orchid. HEX triplet: BC, 5C and EA. RGB value is (188,92,234). Sum of RGB (Red+Green+Blue) = 188+92+234=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC5CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CEA is #43A315. Grayscale: #888888. Windows color (decimal): -4432662 or 15359164. OLE color: 15359164.
HSL color Cylindrical-coordinate representation of color #BC5CEA: hue angle of 280.56º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5CEA is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 92 | 234 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.08 |
| HSL | 280.56º | 0.77% | 0.64% | - |
| HSV(B) | 280.56º | 0.61% | 0.92% | - |
| XYZ | 39.42 | 24.29 | 80.45 | - |
| YUV | 136.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 234 | 0.20 | 0.61 | 0 | 0.08 | 280.56 | 0.77 | 0.64 |
| Hex | BC | 5C | EA | 14 | 3D | 0 | 8 | 119 | 4D | 40 |
| Octal | 274 | 134 | 352 | 24 | 75 | 0 | 10 | 431 | 115 | 100 |
| Binary | 10111100 | 1011100 | 11101010 | 10100 | 111101 | 0 | 1000 | 100011001 | 1001101 | 1000000 |
Color Harmonies of #BC5CEA
Complementary color
Monochromatic Colors of #BC5CEA
Black with #BC5CEA
Text Example
Text Example
White with #BC5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CEA; }
p { color: rgb(188,92,234); }
H1.HeaderClassName
{
color: #BC5CEA;
}
.AnyTagClassName
{
color: #BC5CEA;
}
</style>
background-color css
<style>
a { background-color: #BC5CEA; }
a { background-color: rgb(188,92,234); }
div.DivClassName
{
background-color: #BC5CEA;
}
.BgClassName
{
background-color: #BC5CEA;
}
</style>
border-color css
<style>
span { border-color: #BC5CEA; }
span { border-color: rgb(188,92,234); }
td.TdClassName
{
border-color: #BC5CEA;
}
.TagClassName
{
border-color: #BC5CEA;
}
</style>