Shades of Medium Orchid #BC45D7
Tints of Medium Orchid #BC45D7
RGB
CMYK
RGB Variations
Color information
#BC45D7 (or 0xBC45D7) is known color: Medium Orchid. HEX triplet: BC, 45 and D7. RGB value is (188,69,215). Sum of RGB (Red+Green+Blue) = 188+69+215=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC45D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45D7 is #43BA28. Grayscale: #787878. Windows color (decimal): -4438569 or 14108092. OLE color: 14108092.
HSL color Cylindrical-coordinate representation of color #BC45D7: hue angle of 288.9º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC45D7 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 69 | 215 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.16 |
| HSL | 288.9º | 0.65% | 0.56% | - |
| HSV(B) | 288.9º | 0.68% | 0.84% | - |
| XYZ | 35.13 | 19.85 | 66.27 | - |
| YUV | 121.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 215 | 0.13 | 0.68 | 0 | 0.16 | 288.9 | 0.65 | 0.56 |
| Hex | BC | 45 | D7 | D | 44 | 0 | 10 | 121 | 41 | 38 |
| Octal | 274 | 105 | 327 | 15 | 104 | 0 | 20 | 441 | 101 | 70 |
| Binary | 10111100 | 1000101 | 11010111 | 1101 | 1000100 | 0 | 10000 | 100100001 | 1000001 | 111000 |
Color Harmonies of #BC45D7
Complementary color
Monochromatic Colors of #BC45D7
Black with #BC45D7
Text Example
Text Example
White with #BC45D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45D7; }
p { color: rgb(188,69,215); }
H1.HeaderClassName
{
color: #BC45D7;
}
.AnyTagClassName
{
color: #BC45D7;
}
</style>
background-color css
<style>
a { background-color: #BC45D7; }
a { background-color: rgb(188,69,215); }
div.DivClassName
{
background-color: #BC45D7;
}
.BgClassName
{
background-color: #BC45D7;
}
</style>
border-color css
<style>
span { border-color: #BC45D7; }
span { border-color: rgb(188,69,215); }
td.TdClassName
{
border-color: #BC45D7;
}
.TagClassName
{
border-color: #BC45D7;
}
</style>