Shades of Medium Orchid #BC49EF
Tints of Medium Orchid #BC49EF
RGB
CMYK
RGB Variations
Color information
#BC49EF (or 0xBC49EF) is known color: Medium Orchid. HEX triplet: BC, 49 and EF. RGB value is (188,73,239). Sum of RGB (Red+Green+Blue) = 188+73+239=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC49EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC49EF is #43B610. Grayscale: #7D7D7D. Windows color (decimal): -4437521 or 15681980. OLE color: 15681980.
HSL color Cylindrical-coordinate representation of color #BC49EF: hue angle of 281.57º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC49EF is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 73 | 239 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.06 |
| HSL | 281.57º | 0.84% | 0.61% | - |
| HSV(B) | 281.57º | 0.69% | 0.94% | - |
| XYZ | 38.7 | 21.69 | 83.81 | - |
| YUV | 126.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 239 | 0.21 | 0.69 | 0 | 0.06 | 281.57 | 0.84 | 0.61 |
| Hex | BC | 49 | EF | 15 | 45 | 0 | 6 | 11A | 54 | 3D |
| Octal | 274 | 111 | 357 | 25 | 105 | 0 | 6 | 432 | 124 | 75 |
| Binary | 10111100 | 1001001 | 11101111 | 10101 | 1000101 | 0 | 110 | 100011010 | 1010100 | 111101 |
Color Harmonies of #BC49EF
Complementary color
Monochromatic Colors of #BC49EF
Black with #BC49EF
Text Example
Text Example
White with #BC49EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49EF; }
p { color: rgb(188,73,239); }
H1.HeaderClassName
{
color: #BC49EF;
}
.AnyTagClassName
{
color: #BC49EF;
}
</style>
background-color css
<style>
a { background-color: #BC49EF; }
a { background-color: rgb(188,73,239); }
div.DivClassName
{
background-color: #BC49EF;
}
.BgClassName
{
background-color: #BC49EF;
}
</style>
border-color css
<style>
span { border-color: #BC49EF; }
span { border-color: rgb(188,73,239); }
td.TdClassName
{
border-color: #BC49EF;
}
.TagClassName
{
border-color: #BC49EF;
}
</style>