Shades of Medium Orchid #BC42ED
Tints of Medium Orchid #BC42ED
RGB
CMYK
RGB Variations
Color information
#BC42ED (or 0xBC42ED) is known color: Medium Orchid. HEX triplet: BC, 42 and ED. RGB value is (188,66,237). Sum of RGB (Red+Green+Blue) = 188+66+237=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC42ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC42ED is #43BD12. Grayscale: #797979. Windows color (decimal): -4439315 or 15549116. OLE color: 15549116.
HSL color Cylindrical-coordinate representation of color #BC42ED: hue angle of 282.81º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC42ED is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 66 | 237 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.07 |
| HSL | 282.81º | 0.83% | 0.59% | - |
| HSV(B) | 282.81º | 0.72% | 0.93% | - |
| XYZ | 37.97 | 20.7 | 82.12 | - |
| YUV | 121.97 | 192.92 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 237 | 0.21 | 0.72 | 0 | 0.07 | 282.81 | 0.83 | 0.59 |
| Hex | BC | 42 | ED | 15 | 48 | 0 | 7 | 11B | 53 | 3B |
| Octal | 274 | 102 | 355 | 25 | 110 | 0 | 7 | 433 | 123 | 73 |
| Binary | 10111100 | 1000010 | 11101101 | 10101 | 1001000 | 0 | 111 | 100011011 | 1010011 | 111011 |
Color Harmonies of #BC42ED
Complementary color
Monochromatic Colors of #BC42ED
Black with #BC42ED
Text Example
Text Example
White with #BC42ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC42ED; }
p { color: rgb(188,66,237); }
H1.HeaderClassName
{
color: #BC42ED;
}
.AnyTagClassName
{
color: #BC42ED;
}
</style>
background-color css
<style>
a { background-color: #BC42ED; }
a { background-color: rgb(188,66,237); }
div.DivClassName
{
background-color: #BC42ED;
}
.BgClassName
{
background-color: #BC42ED;
}
</style>
border-color css
<style>
span { border-color: #BC42ED; }
span { border-color: rgb(188,66,237); }
td.TdClassName
{
border-color: #BC42ED;
}
.TagClassName
{
border-color: #BC42ED;
}
</style>