Shades of Medium Orchid #BC45DC
Tints of Medium Orchid #BC45DC
RGB
CMYK
RGB Variations
Color information
#BC45DC (or 0xBC45DC) is known color: Medium Orchid. HEX triplet: BC, 45 and DC. RGB value is (188,69,220). Sum of RGB (Red+Green+Blue) = 188+69+220=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC45DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45DC is #43BA23. Grayscale: #797979. Windows color (decimal): -4438564 or 14435772. OLE color: 14435772.
HSL color Cylindrical-coordinate representation of color #BC45DC: hue angle of 287.28º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC45DC is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 69 | 220 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.14 |
| HSL | 287.28º | 0.68% | 0.57% | - |
| HSV(B) | 287.28º | 0.69% | 0.86% | - |
| XYZ | 35.79 | 20.11 | 69.71 | - |
| YUV | 121.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 220 | 0.15 | 0.69 | 0 | 0.14 | 287.28 | 0.68 | 0.57 |
| Hex | BC | 45 | DC | F | 45 | 0 | E | 11F | 44 | 39 |
| Octal | 274 | 105 | 334 | 17 | 105 | 0 | 16 | 437 | 104 | 71 |
| Binary | 10111100 | 1000101 | 11011100 | 1111 | 1000101 | 0 | 1110 | 100011111 | 1000100 | 111001 |
Color Harmonies of #BC45DC
Complementary color
Monochromatic Colors of #BC45DC
Black with #BC45DC
Text Example
Text Example
White with #BC45DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45DC; }
p { color: rgb(188,69,220); }
H1.HeaderClassName
{
color: #BC45DC;
}
.AnyTagClassName
{
color: #BC45DC;
}
</style>
background-color css
<style>
a { background-color: #BC45DC; }
a { background-color: rgb(188,69,220); }
div.DivClassName
{
background-color: #BC45DC;
}
.BgClassName
{
background-color: #BC45DC;
}
</style>
border-color css
<style>
span { border-color: #BC45DC; }
span { border-color: rgb(188,69,220); }
td.TdClassName
{
border-color: #BC45DC;
}
.TagClassName
{
border-color: #BC45DC;
}
</style>