Shades of Medium Orchid #BC32DD
Tints of Medium Orchid #BC32DD
RGB
CMYK
RGB Variations
Color information
#BC32DD (or 0xBC32DD) is known color: Medium Orchid. HEX triplet: BC, 32 and DD. RGB value is (188,50,221). Sum of RGB (Red+Green+Blue) = 188+50+221=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32DD is #43CD22. Grayscale: #6E6E6E. Windows color (decimal): -4443427 or 14496444. OLE color: 14496444.
HSL color Cylindrical-coordinate representation of color #BC32DD: hue angle of 288.42º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC32DD is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 50 | 221 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.13 |
| HSL | 288.42º | 0.72% | 0.53% | - |
| HSV(B) | 288.42º | 0.77% | 0.87% | - |
| XYZ | 34.93 | 18.19 | 70.08 | - |
| YUV | 110.76 | 190.22 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 221 | 0.15 | 0.77 | 0 | 0.13 | 288.42 | 0.72 | 0.53 |
| Hex | BC | 32 | DD | F | 4D | 0 | D | 120 | 48 | 35 |
| Octal | 274 | 62 | 335 | 17 | 115 | 0 | 15 | 440 | 110 | 65 |
| Binary | 10111100 | 110010 | 11011101 | 1111 | 1001101 | 0 | 1101 | 100100000 | 1001000 | 110101 |
Color Harmonies of #BC32DD
Complementary color
Monochromatic Colors of #BC32DD
Black with #BC32DD
Text Example
Text Example
White with #BC32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32DD; }
p { color: rgb(188,50,221); }
H1.HeaderClassName
{
color: #BC32DD;
}
.AnyTagClassName
{
color: #BC32DD;
}
</style>
background-color css
<style>
a { background-color: #BC32DD; }
a { background-color: rgb(188,50,221); }
div.DivClassName
{
background-color: #BC32DD;
}
.BgClassName
{
background-color: #BC32DD;
}
</style>
border-color css
<style>
span { border-color: #BC32DD; }
span { border-color: rgb(188,50,221); }
td.TdClassName
{
border-color: #BC32DD;
}
.TagClassName
{
border-color: #BC32DD;
}
</style>