Shades of Medium Orchid #BC3AED
Tints of Medium Orchid #BC3AED
RGB
CMYK
RGB Variations
Color information
#BC3AED (or 0xBC3AED) is known color: Medium Orchid. HEX triplet: BC, 3A and ED. RGB value is (188,58,237). Sum of RGB (Red+Green+Blue) = 188+58+237=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC3AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3AED is #43C512. Grayscale: #747474. Windows color (decimal): -4441363 or 15547068. OLE color: 15547068.
HSL color Cylindrical-coordinate representation of color #BC3AED: hue angle of 283.58º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC3AED is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 58 | 237 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.07 |
| HSL | 283.58º | 0.83% | 0.58% | - |
| HSV(B) | 283.58º | 0.76% | 0.93% | - |
| XYZ | 37.54 | 19.83 | 81.97 | - |
| YUV | 117.28 | 195.57 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 237 | 0.21 | 0.76 | 0 | 0.07 | 283.58 | 0.83 | 0.58 |
| Hex | BC | 3A | ED | 15 | 4C | 0 | 7 | 11C | 53 | 3A |
| Octal | 274 | 72 | 355 | 25 | 114 | 0 | 7 | 434 | 123 | 72 |
| Binary | 10111100 | 111010 | 11101101 | 10101 | 1001100 | 0 | 111 | 100011100 | 1010011 | 111010 |
Color Harmonies of #BC3AED
Complementary color
Monochromatic Colors of #BC3AED
Black with #BC3AED
Text Example
Text Example
White with #BC3AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3AED; }
p { color: rgb(188,58,237); }
H1.HeaderClassName
{
color: #BC3AED;
}
.AnyTagClassName
{
color: #BC3AED;
}
</style>
background-color css
<style>
a { background-color: #BC3AED; }
a { background-color: rgb(188,58,237); }
div.DivClassName
{
background-color: #BC3AED;
}
.BgClassName
{
background-color: #BC3AED;
}
</style>
border-color css
<style>
span { border-color: #BC3AED; }
span { border-color: rgb(188,58,237); }
td.TdClassName
{
border-color: #BC3AED;
}
.TagClassName
{
border-color: #BC3AED;
}
</style>