Shades of Medium Orchid #BC32DF
Tints of Medium Orchid #BC32DF
RGB
CMYK
RGB Variations
Color information
#BC32DF (or 0xBC32DF) is known color: Medium Orchid. HEX triplet: BC, 32 and DF. RGB value is (188,50,223). Sum of RGB (Red+Green+Blue) = 188+50+223=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC32DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32DF is #43CD20. Grayscale: #6E6E6E. Windows color (decimal): -4443425 or 14627516. OLE color: 14627516.
HSL color Cylindrical-coordinate representation of color #BC32DF: hue angle of 287.86º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC32DF is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 50 | 223 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.13 |
| HSL | 287.86º | 0.73% | 0.54% | - |
| HSV(B) | 287.86º | 0.78% | 0.87% | - |
| XYZ | 35.2 | 18.3 | 71.49 | - |
| YUV | 110.98 | 191.22 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 223 | 0.16 | 0.78 | 0 | 0.13 | 287.86 | 0.73 | 0.54 |
| Hex | BC | 32 | DF | 10 | 4E | 0 | D | 120 | 49 | 36 |
| Octal | 274 | 62 | 337 | 20 | 116 | 0 | 15 | 440 | 111 | 66 |
| Binary | 10111100 | 110010 | 11011111 | 10000 | 1001110 | 0 | 1101 | 100100000 | 1001001 | 110110 |
Color Harmonies of #BC32DF
Complementary color
Monochromatic Colors of #BC32DF
Black with #BC32DF
Text Example
Text Example
White with #BC32DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32DF; }
p { color: rgb(188,50,223); }
H1.HeaderClassName
{
color: #BC32DF;
}
.AnyTagClassName
{
color: #BC32DF;
}
</style>
background-color css
<style>
a { background-color: #BC32DF; }
a { background-color: rgb(188,50,223); }
div.DivClassName
{
background-color: #BC32DF;
}
.BgClassName
{
background-color: #BC32DF;
}
</style>
border-color css
<style>
span { border-color: #BC32DF; }
span { border-color: rgb(188,50,223); }
td.TdClassName
{
border-color: #BC32DF;
}
.TagClassName
{
border-color: #BC32DF;
}
</style>