Shades of Medium Orchid #BC43E6
Tints of Medium Orchid #BC43E6
RGB
CMYK
RGB Variations
Color information
#BC43E6 (or 0xBC43E6) is known color: Medium Orchid. HEX triplet: BC, 43 and E6. RGB value is (188,67,230). Sum of RGB (Red+Green+Blue) = 188+67+230=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 67 (26.56% from 255 or 13.81% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC43E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC43E6 is #43BC19. Grayscale: #797979. Windows color (decimal): -4439066 or 15090620. OLE color: 15090620.
HSL color Cylindrical-coordinate representation of color #BC43E6: hue angle of 284.54º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC43E6 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 67 | 230 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.10 |
| HSL | 284.54º | 0.77% | 0.58% | - |
| HSV(B) | 284.54º | 0.71% | 0.9% | - |
| XYZ | 37.03 | 20.42 | 76.85 | - |
| YUV | 121.76 | 189.09 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 230 | 0.18 | 0.71 | 0 | 0.10 | 284.54 | 0.77 | 0.58 |
| Hex | BC | 43 | E6 | 12 | 47 | 0 | A | 11D | 4D | 3A |
| Octal | 274 | 103 | 346 | 22 | 107 | 0 | 12 | 435 | 115 | 72 |
| Binary | 10111100 | 1000011 | 11100110 | 10010 | 1000111 | 0 | 1010 | 100011101 | 1001101 | 111010 |
Color Harmonies of #BC43E6
Complementary color
Monochromatic Colors of #BC43E6
Black with #BC43E6
Text Example
Text Example
White with #BC43E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43E6; }
p { color: rgb(188,67,230); }
H1.HeaderClassName
{
color: #BC43E6;
}
.AnyTagClassName
{
color: #BC43E6;
}
</style>
background-color css
<style>
a { background-color: #BC43E6; }
a { background-color: rgb(188,67,230); }
div.DivClassName
{
background-color: #BC43E6;
}
.BgClassName
{
background-color: #BC43E6;
}
</style>
border-color css
<style>
span { border-color: #BC43E6; }
span { border-color: rgb(188,67,230); }
td.TdClassName
{
border-color: #BC43E6;
}
.TagClassName
{
border-color: #BC43E6;
}
</style>