Shades of Medium Orchid #BC49EE
Tints of Medium Orchid #BC49EE
RGB
CMYK
RGB Variations
Color information
#BC49EE (or 0xBC49EE) is known color: Medium Orchid. HEX triplet: BC, 49 and EE. RGB value is (188,73,238). Sum of RGB (Red+Green+Blue) = 188+73+238=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC49EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC49EE is #43B611. Grayscale: #7D7D7D. Windows color (decimal): -4437522 or 15616444. OLE color: 15616444.
HSL color Cylindrical-coordinate representation of color #BC49EE: hue angle of 281.82º degrees, saturation: 0.83, 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 #BC49EE is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 73 | 238 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.07 |
| HSL | 281.82º | 0.83% | 0.61% | - |
| HSV(B) | 281.82º | 0.69% | 0.93% | - |
| XYZ | 38.55 | 21.63 | 83.03 | - |
| YUV | 126.2 | 191.1 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 238 | 0.21 | 0.69 | 0 | 0.07 | 281.82 | 0.83 | 0.61 |
| Hex | BC | 49 | EE | 15 | 45 | 0 | 7 | 11A | 53 | 3D |
| Octal | 274 | 111 | 356 | 25 | 105 | 0 | 7 | 432 | 123 | 75 |
| Binary | 10111100 | 1001001 | 11101110 | 10101 | 1000101 | 0 | 111 | 100011010 | 1010011 | 111101 |
Color Harmonies of #BC49EE
Complementary color
Monochromatic Colors of #BC49EE
Black with #BC49EE
Text Example
Text Example
White with #BC49EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49EE; }
p { color: rgb(188,73,238); }
H1.HeaderClassName
{
color: #BC49EE;
}
.AnyTagClassName
{
color: #BC49EE;
}
</style>
background-color css
<style>
a { background-color: #BC49EE; }
a { background-color: rgb(188,73,238); }
div.DivClassName
{
background-color: #BC49EE;
}
.BgClassName
{
background-color: #BC49EE;
}
</style>
border-color css
<style>
span { border-color: #BC49EE; }
span { border-color: rgb(188,73,238); }
td.TdClassName
{
border-color: #BC49EE;
}
.TagClassName
{
border-color: #BC49EE;
}
</style>