Shades of Medium Orchid #BC32ED
Tints of Medium Orchid #BC32ED
RGB
CMYK
RGB Variations
Color information
#BC32ED (or 0xBC32ED) is known color: Medium Orchid. HEX triplet: BC, 32 and ED. RGB value is (188,50,237). Sum of RGB (Red+Green+Blue) = 188+50+237=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC32ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32ED is #43CD12. Grayscale: #6F6F6F. Windows color (decimal): -4443411 or 15545020. OLE color: 15545020.
HSL color Cylindrical-coordinate representation of color #BC32ED: hue angle of 284.28º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC32ED is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 50 | 237 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.07 |
| HSL | 284.28º | 0.84% | 0.56% | - |
| HSV(B) | 284.28º | 0.79% | 0.93% | - |
| XYZ | 37.17 | 19.09 | 81.85 | - |
| YUV | 112.58 | 198.22 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 237 | 0.21 | 0.79 | 0 | 0.07 | 284.28 | 0.84 | 0.56 |
| Hex | BC | 32 | ED | 15 | 4F | 0 | 7 | 11C | 54 | 38 |
| Octal | 274 | 62 | 355 | 25 | 117 | 0 | 7 | 434 | 124 | 70 |
| Binary | 10111100 | 110010 | 11101101 | 10101 | 1001111 | 0 | 111 | 100011100 | 1010100 | 111000 |
Color Harmonies of #BC32ED
Complementary color
Monochromatic Colors of #BC32ED
Black with #BC32ED
Text Example
Text Example
White with #BC32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32ED; }
p { color: rgb(188,50,237); }
H1.HeaderClassName
{
color: #BC32ED;
}
.AnyTagClassName
{
color: #BC32ED;
}
</style>
background-color css
<style>
a { background-color: #BC32ED; }
a { background-color: rgb(188,50,237); }
div.DivClassName
{
background-color: #BC32ED;
}
.BgClassName
{
background-color: #BC32ED;
}
</style>
border-color css
<style>
span { border-color: #BC32ED; }
span { border-color: rgb(188,50,237); }
td.TdClassName
{
border-color: #BC32ED;
}
.TagClassName
{
border-color: #BC32ED;
}
</style>