Shades of Medium Orchid #BC32CE
Tints of Medium Orchid #BC32CE
RGB
CMYK
RGB Variations
Color information
#BC32CE (or 0xBC32CE) is known color: Medium Orchid. HEX triplet: BC, 32 and CE. RGB value is (188,50,206). Sum of RGB (Red+Green+Blue) = 188+50+206=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC32CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32CE is #43CD31. Grayscale: #6C6C6C. Windows color (decimal): -4443442 or 13513404. OLE color: 13513404.
HSL color Cylindrical-coordinate representation of color #BC32CE: hue angle of 293.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC32CE is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 50 | 206 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.19 |
| HSL | 293.08º | 0.61% | 0.5% | - |
| HSV(B) | 293.08º | 0.76% | 0.81% | - |
| XYZ | 33.02 | 17.43 | 60.02 | - |
| YUV | 109.05 | 182.72 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 206 | 0.09 | 0.76 | 0 | 0.19 | 293.08 | 0.61 | 0.5 |
| Hex | BC | 32 | CE | 9 | 4C | 0 | 13 | 125 | 3D | 32 |
| Octal | 274 | 62 | 316 | 11 | 114 | 0 | 23 | 445 | 75 | 62 |
| Binary | 10111100 | 110010 | 11001110 | 1001 | 1001100 | 0 | 10011 | 100100101 | 111101 | 110010 |
Color Harmonies of #BC32CE
Complementary color
Monochromatic Colors of #BC32CE
Black with #BC32CE
Text Example
Text Example
White with #BC32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32CE; }
p { color: rgb(188,50,206); }
H1.HeaderClassName
{
color: #BC32CE;
}
.AnyTagClassName
{
color: #BC32CE;
}
</style>
background-color css
<style>
a { background-color: #BC32CE; }
a { background-color: rgb(188,50,206); }
div.DivClassName
{
background-color: #BC32CE;
}
.BgClassName
{
background-color: #BC32CE;
}
</style>
border-color css
<style>
span { border-color: #BC32CE; }
span { border-color: rgb(188,50,206); }
td.TdClassName
{
border-color: #BC32CE;
}
.TagClassName
{
border-color: #BC32CE;
}
</style>