Shades of Medium Orchid #BC45D8
Tints of Medium Orchid #BC45D8
RGB
CMYK
RGB Variations
Color information
#BC45D8 (or 0xBC45D8) is known color: Medium Orchid. HEX triplet: BC, 45 and D8. RGB value is (188,69,216). Sum of RGB (Red+Green+Blue) = 188+69+216=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC45D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45D8 is #43BA27. Grayscale: #787878. Windows color (decimal): -4438568 or 14173628. OLE color: 14173628.
HSL color Cylindrical-coordinate representation of color #BC45D8: hue angle of 288.57º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC45D8 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 69 | 216 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.15 |
| HSL | 288.57º | 0.65% | 0.56% | - |
| HSV(B) | 288.57º | 0.68% | 0.85% | - |
| XYZ | 35.26 | 19.91 | 66.95 | - |
| YUV | 121.34 | 181.42 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 216 | 0.13 | 0.68 | 0 | 0.15 | 288.57 | 0.65 | 0.56 |
| Hex | BC | 45 | D8 | D | 44 | 0 | F | 121 | 41 | 38 |
| Octal | 274 | 105 | 330 | 15 | 104 | 0 | 17 | 441 | 101 | 70 |
| Binary | 10111100 | 1000101 | 11011000 | 1101 | 1000100 | 0 | 1111 | 100100001 | 1000001 | 111000 |
Color Harmonies of #BC45D8
Complementary color
Monochromatic Colors of #BC45D8
Black with #BC45D8
Text Example
Text Example
White with #BC45D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45D8; }
p { color: rgb(188,69,216); }
H1.HeaderClassName
{
color: #BC45D8;
}
.AnyTagClassName
{
color: #BC45D8;
}
</style>
background-color css
<style>
a { background-color: #BC45D8; }
a { background-color: rgb(188,69,216); }
div.DivClassName
{
background-color: #BC45D8;
}
.BgClassName
{
background-color: #BC45D8;
}
</style>
border-color css
<style>
span { border-color: #BC45D8; }
span { border-color: rgb(188,69,216); }
td.TdClassName
{
border-color: #BC45D8;
}
.TagClassName
{
border-color: #BC45D8;
}
</style>