Shades of Medium Orchid #BC45ED
Tints of Medium Orchid #BC45ED
RGB
CMYK
RGB Variations
Color information
#BC45ED (or 0xBC45ED) is known color: Medium Orchid. HEX triplet: BC, 45 and ED. RGB value is (188,69,237). Sum of RGB (Red+Green+Blue) = 188+69+237=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC45ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45ED is #43BA12. Grayscale: #7B7B7B. Windows color (decimal): -4438547 or 15549884. OLE color: 15549884.
HSL color Cylindrical-coordinate representation of color #BC45ED: hue angle of 282.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC45ED is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 69 | 237 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.07 |
| HSL | 282.5º | 0.82% | 0.6% | - |
| HSV(B) | 282.5º | 0.71% | 0.93% | - |
| XYZ | 38.15 | 21.06 | 82.18 | - |
| YUV | 123.73 | 191.92 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 237 | 0.21 | 0.71 | 0 | 0.07 | 282.5 | 0.82 | 0.6 |
| Hex | BC | 45 | ED | 15 | 47 | 0 | 7 | 11A | 52 | 3C |
| Octal | 274 | 105 | 355 | 25 | 107 | 0 | 7 | 432 | 122 | 74 |
| Binary | 10111100 | 1000101 | 11101101 | 10101 | 1000111 | 0 | 111 | 100011010 | 1010010 | 111100 |
Color Harmonies of #BC45ED
Complementary color
Monochromatic Colors of #BC45ED
Black with #BC45ED
Text Example
Text Example
White with #BC45ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45ED; }
p { color: rgb(188,69,237); }
H1.HeaderClassName
{
color: #BC45ED;
}
.AnyTagClassName
{
color: #BC45ED;
}
</style>
background-color css
<style>
a { background-color: #BC45ED; }
a { background-color: rgb(188,69,237); }
div.DivClassName
{
background-color: #BC45ED;
}
.BgClassName
{
background-color: #BC45ED;
}
</style>
border-color css
<style>
span { border-color: #BC45ED; }
span { border-color: rgb(188,69,237); }
td.TdClassName
{
border-color: #BC45ED;
}
.TagClassName
{
border-color: #BC45ED;
}
</style>