Shades of Medium Orchid #BC49F2
Tints of Medium Orchid #BC49F2
RGB
CMYK
RGB Variations
Color information
#BC49F2 (or 0xBC49F2) is known color: Medium Orchid. HEX triplet: BC, 49 and F2. RGB value is (188,73,242). Sum of RGB (Red+Green+Blue) = 188+73+242=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC49F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC49F2 is #43B60D. Grayscale: #7E7E7E. Windows color (decimal): -4437518 or 15878588. OLE color: 15878588.
HSL color Cylindrical-coordinate representation of color #BC49F2: hue angle of 280.83º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC49F2 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 73 | 242 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.05 |
| HSL | 280.83º | 0.87% | 0.62% | - |
| HSV(B) | 280.83º | 0.7% | 0.95% | - |
| XYZ | 39.15 | 21.87 | 86.16 | - |
| YUV | 126.65 | 193.1 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 242 | 0.22 | 0.70 | 0 | 0.05 | 280.83 | 0.87 | 0.62 |
| Hex | BC | 49 | F2 | 16 | 46 | 0 | 5 | 119 | 57 | 3E |
| Octal | 274 | 111 | 362 | 26 | 106 | 0 | 5 | 431 | 127 | 76 |
| Binary | 10111100 | 1001001 | 11110010 | 10110 | 1000110 | 0 | 101 | 100011001 | 1010111 | 111110 |
Color Harmonies of #BC49F2
Complementary color
Monochromatic Colors of #BC49F2
Black with #BC49F2
Text Example
Text Example
White with #BC49F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49F2; }
p { color: rgb(188,73,242); }
H1.HeaderClassName
{
color: #BC49F2;
}
.AnyTagClassName
{
color: #BC49F2;
}
</style>
background-color css
<style>
a { background-color: #BC49F2; }
a { background-color: rgb(188,73,242); }
div.DivClassName
{
background-color: #BC49F2;
}
.BgClassName
{
background-color: #BC49F2;
}
</style>
border-color css
<style>
span { border-color: #BC49F2; }
span { border-color: rgb(188,73,242); }
td.TdClassName
{
border-color: #BC49F2;
}
.TagClassName
{
border-color: #BC49F2;
}
</style>