Shades of Medium Orchid #BC32D5
Tints of Medium Orchid #BC32D5
RGB
CMYK
RGB Variations
Color information
#BC32D5 (or 0xBC32D5) is known color: Medium Orchid. HEX triplet: BC, 32 and D5. RGB value is (188,50,213). Sum of RGB (Red+Green+Blue) = 188+50+213=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC32D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32D5 is #43CD2A. Grayscale: #6D6D6D. Windows color (decimal): -4443435 or 13972156. OLE color: 13972156.
HSL color Cylindrical-coordinate representation of color #BC32D5: hue angle of 290.8º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC32D5 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 50 | 213 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.16 |
| HSL | 290.8º | 0.66% | 0.52% | - |
| HSV(B) | 290.8º | 0.77% | 0.84% | - |
| XYZ | 33.89 | 17.78 | 64.6 | - |
| YUV | 109.84 | 186.22 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 213 | 0.12 | 0.77 | 0 | 0.16 | 290.8 | 0.66 | 0.52 |
| Hex | BC | 32 | D5 | C | 4D | 0 | 10 | 123 | 42 | 34 |
| Octal | 274 | 62 | 325 | 14 | 115 | 0 | 20 | 443 | 102 | 64 |
| Binary | 10111100 | 110010 | 11010101 | 1100 | 1001101 | 0 | 10000 | 100100011 | 1000010 | 110100 |
Color Harmonies of #BC32D5
Complementary color
Monochromatic Colors of #BC32D5
Black with #BC32D5
Text Example
Text Example
White with #BC32D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32D5; }
p { color: rgb(188,50,213); }
H1.HeaderClassName
{
color: #BC32D5;
}
.AnyTagClassName
{
color: #BC32D5;
}
</style>
background-color css
<style>
a { background-color: #BC32D5; }
a { background-color: rgb(188,50,213); }
div.DivClassName
{
background-color: #BC32D5;
}
.BgClassName
{
background-color: #BC32D5;
}
</style>
border-color css
<style>
span { border-color: #BC32D5; }
span { border-color: rgb(188,50,213); }
td.TdClassName
{
border-color: #BC32D5;
}
.TagClassName
{
border-color: #BC32D5;
}
</style>