Shades of Medium Orchid #BC4AED
Tints of Medium Orchid #BC4AED
RGB
CMYK
RGB Variations
Color information
#BC4AED (or 0xBC4AED) is known color: Medium Orchid. HEX triplet: BC, 4A and ED. RGB value is (188,74,237). Sum of RGB (Red+Green+Blue) = 188+74+237=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC4AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4AED is #43B512. Grayscale: #7E7E7E. Windows color (decimal): -4437267 or 15551164. OLE color: 15551164.
HSL color Cylindrical-coordinate representation of color #BC4AED: hue angle of 281.96º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4AED is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 74 | 237 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.07 |
| HSL | 281.96º | 0.82% | 0.61% | - |
| HSV(B) | 281.96º | 0.69% | 0.93% | - |
| XYZ | 38.47 | 21.7 | 82.28 | - |
| YUV | 126.67 | 190.27 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 237 | 0.21 | 0.69 | 0 | 0.07 | 281.96 | 0.82 | 0.61 |
| Hex | BC | 4A | ED | 15 | 45 | 0 | 7 | 11A | 52 | 3D |
| Octal | 274 | 112 | 355 | 25 | 105 | 0 | 7 | 432 | 122 | 75 |
| Binary | 10111100 | 1001010 | 11101101 | 10101 | 1000101 | 0 | 111 | 100011010 | 1010010 | 111101 |
Color Harmonies of #BC4AED
Complementary color
Monochromatic Colors of #BC4AED
Black with #BC4AED
Text Example
Text Example
White with #BC4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4AED; }
p { color: rgb(188,74,237); }
H1.HeaderClassName
{
color: #BC4AED;
}
.AnyTagClassName
{
color: #BC4AED;
}
</style>
background-color css
<style>
a { background-color: #BC4AED; }
a { background-color: rgb(188,74,237); }
div.DivClassName
{
background-color: #BC4AED;
}
.BgClassName
{
background-color: #BC4AED;
}
</style>
border-color css
<style>
span { border-color: #BC4AED; }
span { border-color: rgb(188,74,237); }
td.TdClassName
{
border-color: #BC4AED;
}
.TagClassName
{
border-color: #BC4AED;
}
</style>