Shades of Medium Orchid #BC73DF
Tints of Medium Orchid #BC73DF
RGB
CMYK
RGB Variations
Color information
#BC73DF (or 0xBC73DF) is known color: Medium Orchid. HEX triplet: BC, 73 and DF. RGB value is (188,115,223). Sum of RGB (Red+Green+Blue) = 188+115+223=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC73DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73DF is #438C20. Grayscale: #949494. Windows color (decimal): -4426785 or 14644156. OLE color: 14644156.
HSL color Cylindrical-coordinate representation of color #BC73DF: hue angle of 280.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC73DF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 115 | 223 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.13 |
| HSL | 280.56º | 0.63% | 0.66% | - |
| HSV(B) | 280.56º | 0.48% | 0.87% | - |
| XYZ | 40.19 | 28.28 | 73.15 | - |
| YUV | 149.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 223 | 0.16 | 0.48 | 0 | 0.13 | 280.56 | 0.63 | 0.66 |
| Hex | BC | 73 | DF | 10 | 30 | 0 | D | 119 | 3F | 42 |
| Octal | 274 | 163 | 337 | 20 | 60 | 0 | 15 | 431 | 77 | 102 |
| Binary | 10111100 | 1110011 | 11011111 | 10000 | 110000 | 0 | 1101 | 100011001 | 111111 | 1000010 |
Color Harmonies of #BC73DF
Complementary color
Monochromatic Colors of #BC73DF
Black with #BC73DF
Text Example
Text Example
White with #BC73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73DF; }
p { color: rgb(188,115,223); }
H1.HeaderClassName
{
color: #BC73DF;
}
.AnyTagClassName
{
color: #BC73DF;
}
</style>
background-color css
<style>
a { background-color: #BC73DF; }
a { background-color: rgb(188,115,223); }
div.DivClassName
{
background-color: #BC73DF;
}
.BgClassName
{
background-color: #BC73DF;
}
</style>
border-color css
<style>
span { border-color: #BC73DF; }
span { border-color: rgb(188,115,223); }
td.TdClassName
{
border-color: #BC73DF;
}
.TagClassName
{
border-color: #BC73DF;
}
</style>