Shades of Medium Orchid #BC43E7
Tints of Medium Orchid #BC43E7
RGB
CMYK
RGB Variations
Color information
#BC43E7 (or 0xBC43E7) is known color: Medium Orchid. HEX triplet: BC, 43 and E7. RGB value is (188,67,231). Sum of RGB (Red+Green+Blue) = 188+67+231=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 67 (26.56% from 255 or 13.79% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC43E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC43E7 is #43BC18. Grayscale: #797979. Windows color (decimal): -4439065 or 15156156. OLE color: 15156156.
HSL color Cylindrical-coordinate representation of color #BC43E7: hue angle of 284.27º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC43E7 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 67 | 231 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.09 |
| HSL | 284.27º | 0.77% | 0.58% | - |
| HSV(B) | 284.27º | 0.71% | 0.91% | - |
| XYZ | 37.17 | 20.48 | 77.59 | - |
| YUV | 121.88 | 189.59 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 231 | 0.19 | 0.71 | 0 | 0.09 | 284.27 | 0.77 | 0.58 |
| Hex | BC | 43 | E7 | 13 | 47 | 0 | 9 | 11C | 4D | 3A |
| Octal | 274 | 103 | 347 | 23 | 107 | 0 | 11 | 434 | 115 | 72 |
| Binary | 10111100 | 1000011 | 11100111 | 10011 | 1000111 | 0 | 1001 | 100011100 | 1001101 | 111010 |
Color Harmonies of #BC43E7
Complementary color
Monochromatic Colors of #BC43E7
Black with #BC43E7
Text Example
Text Example
White with #BC43E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC43E7; }
p { color: rgb(188,67,231); }
H1.HeaderClassName
{
color: #BC43E7;
}
.AnyTagClassName
{
color: #BC43E7;
}
</style>
background-color css
<style>
a { background-color: #BC43E7; }
a { background-color: rgb(188,67,231); }
div.DivClassName
{
background-color: #BC43E7;
}
.BgClassName
{
background-color: #BC43E7;
}
</style>
border-color css
<style>
span { border-color: #BC43E7; }
span { border-color: rgb(188,67,231); }
td.TdClassName
{
border-color: #BC43E7;
}
.TagClassName
{
border-color: #BC43E7;
}
</style>