Shades of Medium Orchid #BC45E3
Tints of Medium Orchid #BC45E3
RGB
CMYK
RGB Variations
Color information
#BC45E3 (or 0xBC45E3) is known color: Medium Orchid. HEX triplet: BC, 45 and E3. RGB value is (188,69,227). Sum of RGB (Red+Green+Blue) = 188+69+227=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 227 (89.06% from 255 or 46.90% from 484); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC45E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45E3 is #43BA1C. Grayscale: #7A7A7A. Windows color (decimal): -4438557 or 14894524. OLE color: 14894524.
HSL color Cylindrical-coordinate representation of color #BC45E3: hue angle of 285.19º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC45E3 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 69 | 227 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.11 |
| HSL | 285.19º | 0.74% | 0.58% | - |
| HSV(B) | 285.19º | 0.7% | 0.89% | - |
| XYZ | 36.73 | 20.49 | 74.69 | - |
| YUV | 122.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 227 | 0.17 | 0.70 | 0 | 0.11 | 285.19 | 0.74 | 0.58 |
| Hex | BC | 45 | E3 | 11 | 46 | 0 | B | 11D | 4A | 3A |
| Octal | 274 | 105 | 343 | 21 | 106 | 0 | 13 | 435 | 112 | 72 |
| Binary | 10111100 | 1000101 | 11100011 | 10001 | 1000110 | 0 | 1011 | 100011101 | 1001010 | 111010 |
Color Harmonies of #BC45E3
Complementary color
Monochromatic Colors of #BC45E3
Black with #BC45E3
Text Example
Text Example
White with #BC45E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45E3; }
p { color: rgb(188,69,227); }
H1.HeaderClassName
{
color: #BC45E3;
}
.AnyTagClassName
{
color: #BC45E3;
}
</style>
background-color css
<style>
a { background-color: #BC45E3; }
a { background-color: rgb(188,69,227); }
div.DivClassName
{
background-color: #BC45E3;
}
.BgClassName
{
background-color: #BC45E3;
}
</style>
border-color css
<style>
span { border-color: #BC45E3; }
span { border-color: rgb(188,69,227); }
td.TdClassName
{
border-color: #BC45E3;
}
.TagClassName
{
border-color: #BC45E3;
}
</style>