Shades of Medium Orchid #BC46DD
Tints of Medium Orchid #BC46DD
RGB
CMYK
RGB Variations
Color information
#BC46DD (or 0xBC46DD) is known color: Medium Orchid. HEX triplet: BC, 46 and DD. RGB value is (188,70,221). Sum of RGB (Red+Green+Blue) = 188+70+221=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC46DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC46DD is #43B922. Grayscale: #7A7A7A. Windows color (decimal): -4438307 or 14501564. OLE color: 14501564.
HSL color Cylindrical-coordinate representation of color #BC46DD: hue angle of 286.89º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC46DD is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 70 | 221 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.13 |
| HSL | 286.89º | 0.69% | 0.57% | - |
| HSV(B) | 286.89º | 0.68% | 0.87% | - |
| XYZ | 35.98 | 20.29 | 70.43 | - |
| YUV | 122.5 | 183.59 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 221 | 0.15 | 0.68 | 0 | 0.13 | 286.89 | 0.69 | 0.57 |
| Hex | BC | 46 | DD | F | 44 | 0 | D | 11F | 45 | 39 |
| Octal | 274 | 106 | 335 | 17 | 104 | 0 | 15 | 437 | 105 | 71 |
| Binary | 10111100 | 1000110 | 11011101 | 1111 | 1000100 | 0 | 1101 | 100011111 | 1000101 | 111001 |
Color Harmonies of #BC46DD
Complementary color
Monochromatic Colors of #BC46DD
Black with #BC46DD
Text Example
Text Example
White with #BC46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46DD; }
p { color: rgb(188,70,221); }
H1.HeaderClassName
{
color: #BC46DD;
}
.AnyTagClassName
{
color: #BC46DD;
}
</style>
background-color css
<style>
a { background-color: #BC46DD; }
a { background-color: rgb(188,70,221); }
div.DivClassName
{
background-color: #BC46DD;
}
.BgClassName
{
background-color: #BC46DD;
}
</style>
border-color css
<style>
span { border-color: #BC46DD; }
span { border-color: rgb(188,70,221); }
td.TdClassName
{
border-color: #BC46DD;
}
.TagClassName
{
border-color: #BC46DD;
}
</style>