Shades of Medium Orchid #BC73DE
Tints of Medium Orchid #BC73DE
RGB
CMYK
RGB Variations
Color information
#BC73DE (or 0xBC73DE) is known color: Medium Orchid. HEX triplet: BC, 73 and DE. RGB value is (188,115,222). Sum of RGB (Red+Green+Blue) = 188+115+222=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC73DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73DE is #438C21. Grayscale: #949494. Windows color (decimal): -4426786 or 14578620. OLE color: 14578620.
HSL color Cylindrical-coordinate representation of color #BC73DE: hue angle of 280.93º degrees, saturation: 0.62, 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 #BC73DE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 115 | 222 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.13 |
| HSL | 280.93º | 0.62% | 0.66% | - |
| HSV(B) | 280.93º | 0.48% | 0.87% | - |
| XYZ | 40.05 | 28.23 | 72.44 | - |
| YUV | 149.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 222 | 0.15 | 0.48 | 0 | 0.13 | 280.93 | 0.62 | 0.66 |
| Hex | BC | 73 | DE | F | 30 | 0 | D | 119 | 3E | 42 |
| Octal | 274 | 163 | 336 | 17 | 60 | 0 | 15 | 431 | 76 | 102 |
| Binary | 10111100 | 1110011 | 11011110 | 1111 | 110000 | 0 | 1101 | 100011001 | 111110 | 1000010 |
Color Harmonies of #BC73DE
Complementary color
Monochromatic Colors of #BC73DE
Black with #BC73DE
Text Example
Text Example
White with #BC73DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73DE; }
p { color: rgb(188,115,222); }
H1.HeaderClassName
{
color: #BC73DE;
}
.AnyTagClassName
{
color: #BC73DE;
}
</style>
background-color css
<style>
a { background-color: #BC73DE; }
a { background-color: rgb(188,115,222); }
div.DivClassName
{
background-color: #BC73DE;
}
.BgClassName
{
background-color: #BC73DE;
}
</style>
border-color css
<style>
span { border-color: #BC73DE; }
span { border-color: rgb(188,115,222); }
td.TdClassName
{
border-color: #BC73DE;
}
.TagClassName
{
border-color: #BC73DE;
}
</style>