Shades of Medium Orchid #BC54D6
Tints of Medium Orchid #BC54D6
RGB
CMYK
RGB Variations
Color information
#BC54D6 (or 0xBC54D6) is known color: Medium Orchid. HEX triplet: BC, 54 and D6. RGB value is (188,84,214). Sum of RGB (Red+Green+Blue) = 188+84+214=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC54D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54D6 is #43AB29. Grayscale: #818181. Windows color (decimal): -4434730 or 14046396. OLE color: 14046396.
HSL color Cylindrical-coordinate representation of color #BC54D6: hue angle of 288º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC54D6 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 84 | 214 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.16 |
| HSL | 288º | 0.61% | 0.58% | - |
| HSV(B) | 288º | 0.61% | 0.84% | - |
| XYZ | 36.05 | 21.89 | 65.94 | - |
| YUV | 129.92 | 175.46 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 214 | 0.12 | 0.61 | 0 | 0.16 | 288 | 0.61 | 0.58 |
| Hex | BC | 54 | D6 | C | 3D | 0 | 10 | 120 | 3D | 3A |
| Octal | 274 | 124 | 326 | 14 | 75 | 0 | 20 | 440 | 75 | 72 |
| Binary | 10111100 | 1010100 | 11010110 | 1100 | 111101 | 0 | 10000 | 100100000 | 111101 | 111010 |
Color Harmonies of #BC54D6
Complementary color
Monochromatic Colors of #BC54D6
Black with #BC54D6
Text Example
Text Example
White with #BC54D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC54D6; }
p { color: rgb(188,84,214); }
H1.HeaderClassName
{
color: #BC54D6;
}
.AnyTagClassName
{
color: #BC54D6;
}
</style>
background-color css
<style>
a { background-color: #BC54D6; }
a { background-color: rgb(188,84,214); }
div.DivClassName
{
background-color: #BC54D6;
}
.BgClassName
{
background-color: #BC54D6;
}
</style>
border-color css
<style>
span { border-color: #BC54D6; }
span { border-color: rgb(188,84,214); }
td.TdClassName
{
border-color: #BC54D6;
}
.TagClassName
{
border-color: #BC54D6;
}
</style>