Shades of Medium Orchid #BC45D6
Tints of Medium Orchid #BC45D6
RGB
CMYK
RGB Variations
Color information
#BC45D6 (or 0xBC45D6) is known color: Medium Orchid. HEX triplet: BC, 45 and D6. RGB value is (188,69,214). Sum of RGB (Red+Green+Blue) = 188+69+214=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC45D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45D6 is #43BA29. Grayscale: #787878. Windows color (decimal): -4438570 or 14042556. OLE color: 14042556.
HSL color Cylindrical-coordinate representation of color #BC45D6: hue angle of 289.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC45D6 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 69 | 214 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.16 |
| HSL | 289.24º | 0.64% | 0.55% | - |
| HSV(B) | 289.24º | 0.68% | 0.84% | - |
| XYZ | 35 | 19.8 | 65.6 | - |
| YUV | 121.11 | 180.42 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 214 | 0.12 | 0.68 | 0 | 0.16 | 289.24 | 0.64 | 0.55 |
| Hex | BC | 45 | D6 | C | 44 | 0 | 10 | 121 | 40 | 37 |
| Octal | 274 | 105 | 326 | 14 | 104 | 0 | 20 | 441 | 100 | 67 |
| Binary | 10111100 | 1000101 | 11010110 | 1100 | 1000100 | 0 | 10000 | 100100001 | 1000000 | 110111 |
Color Harmonies of #BC45D6
Complementary color
Monochromatic Colors of #BC45D6
Black with #BC45D6
Text Example
Text Example
White with #BC45D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45D6; }
p { color: rgb(188,69,214); }
H1.HeaderClassName
{
color: #BC45D6;
}
.AnyTagClassName
{
color: #BC45D6;
}
</style>
background-color css
<style>
a { background-color: #BC45D6; }
a { background-color: rgb(188,69,214); }
div.DivClassName
{
background-color: #BC45D6;
}
.BgClassName
{
background-color: #BC45D6;
}
</style>
border-color css
<style>
span { border-color: #BC45D6; }
span { border-color: rgb(188,69,214); }
td.TdClassName
{
border-color: #BC45D6;
}
.TagClassName
{
border-color: #BC45D6;
}
</style>