Shades of Medium Orchid #BC73E5
Tints of Medium Orchid #BC73E5
RGB
CMYK
RGB Variations
Color information
#BC73E5 (or 0xBC73E5) is known color: Medium Orchid. HEX triplet: BC, 73 and E5. RGB value is (188,115,229). Sum of RGB (Red+Green+Blue) = 188+115+229=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC73E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73E5 is #438C1A. Grayscale: #959595. Windows color (decimal): -4426779 or 15037372. OLE color: 15037372.
HSL color Cylindrical-coordinate representation of color #BC73E5: hue angle of 278.42º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC73E5 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 115 | 229 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.10 |
| HSL | 278.42º | 0.69% | 0.67% | - |
| HSV(B) | 278.42º | 0.5% | 0.9% | - |
| XYZ | 41.01 | 28.61 | 77.49 | - |
| YUV | 149.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 229 | 0.18 | 0.50 | 0 | 0.10 | 278.42 | 0.69 | 0.67 |
| Hex | BC | 73 | E5 | 12 | 32 | 0 | A | 116 | 45 | 43 |
| Octal | 274 | 163 | 345 | 22 | 62 | 0 | 12 | 426 | 105 | 103 |
| Binary | 10111100 | 1110011 | 11100101 | 10010 | 110010 | 0 | 1010 | 100010110 | 1000101 | 1000011 |
Color Harmonies of #BC73E5
Complementary color
Monochromatic Colors of #BC73E5
Black with #BC73E5
Text Example
Text Example
White with #BC73E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73E5; }
p { color: rgb(188,115,229); }
H1.HeaderClassName
{
color: #BC73E5;
}
.AnyTagClassName
{
color: #BC73E5;
}
</style>
background-color css
<style>
a { background-color: #BC73E5; }
a { background-color: rgb(188,115,229); }
div.DivClassName
{
background-color: #BC73E5;
}
.BgClassName
{
background-color: #BC73E5;
}
</style>
border-color css
<style>
span { border-color: #BC73E5; }
span { border-color: rgb(188,115,229); }
td.TdClassName
{
border-color: #BC73E5;
}
.TagClassName
{
border-color: #BC73E5;
}
</style>