Shades of Medium Orchid #BC32D9
Tints of Medium Orchid #BC32D9
RGB
CMYK
RGB Variations
Color information
#BC32D9 (or 0xBC32D9) is known color: Medium Orchid. HEX triplet: BC, 32 and D9. RGB value is (188,50,217). Sum of RGB (Red+Green+Blue) = 188+50+217=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC32D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32D9 is #43CD26. Grayscale: #6D6D6D. Windows color (decimal): -4443431 or 14234300. OLE color: 14234300.
HSL color Cylindrical-coordinate representation of color #BC32D9: hue angle of 289.58º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC32D9 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 50 | 217 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.15 |
| HSL | 289.58º | 0.69% | 0.52% | - |
| HSV(B) | 289.58º | 0.77% | 0.85% | - |
| XYZ | 34.4 | 17.98 | 67.3 | - |
| YUV | 110.3 | 188.22 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 217 | 0.13 | 0.77 | 0 | 0.15 | 289.58 | 0.69 | 0.52 |
| Hex | BC | 32 | D9 | D | 4D | 0 | F | 122 | 45 | 34 |
| Octal | 274 | 62 | 331 | 15 | 115 | 0 | 17 | 442 | 105 | 64 |
| Binary | 10111100 | 110010 | 11011001 | 1101 | 1001101 | 0 | 1111 | 100100010 | 1000101 | 110100 |
Color Harmonies of #BC32D9
Complementary color
Monochromatic Colors of #BC32D9
Black with #BC32D9
Text Example
Text Example
White with #BC32D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32D9; }
p { color: rgb(188,50,217); }
H1.HeaderClassName
{
color: #BC32D9;
}
.AnyTagClassName
{
color: #BC32D9;
}
</style>
background-color css
<style>
a { background-color: #BC32D9; }
a { background-color: rgb(188,50,217); }
div.DivClassName
{
background-color: #BC32D9;
}
.BgClassName
{
background-color: #BC32D9;
}
</style>
border-color css
<style>
span { border-color: #BC32D9; }
span { border-color: rgb(188,50,217); }
td.TdClassName
{
border-color: #BC32D9;
}
.TagClassName
{
border-color: #BC32D9;
}
</style>