Shades of Medium Orchid #BC49FF
Tints of Medium Orchid #BC49FF
RGB
CMYK
RGB Variations
Color information
#BC49FF (or 0xBC49FF) is known color: Medium Orchid. HEX triplet: BC, 49 and FF. RGB value is (188,73,255). Sum of RGB (Red+Green+Blue) = 188+73+255=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC49FF is #43B600. Grayscale: #7F7F7F. Windows color (decimal): -4437505 or 16730556. OLE color: 16730556.
HSL color Cylindrical-coordinate representation of color #BC49FF: hue angle of 277.91º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC49FF is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 73 | 255 | - |
| CMYK | 0.26 | 0.71 | 0 | 0 |
| HSL | 277.91º | 1% | 0.64% | - |
| HSV(B) | 277.91º | 0.71% | 1% | - |
| XYZ | 41.17 | 22.68 | 96.81 | - |
| YUV | 128.13 | 199.6 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 255 | 0.26 | 0.71 | 0 | 0 | 277.91 | 1 | 0.64 |
| Hex | BC | 49 | FF | 1A | 47 | 0 | 0 | 116 | 64 | 40 |
| Octal | 274 | 111 | 377 | 32 | 107 | 0 | 0 | 426 | 144 | 100 |
| Binary | 10111100 | 1001001 | 11111111 | 11010 | 1000111 | 0 | 0 | 100010110 | 1100100 | 1000000 |
Color Harmonies of #BC49FF
Complementary color
Monochromatic Colors of #BC49FF
Black with #BC49FF
Text Example
Text Example
White with #BC49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49FF; }
p { color: rgb(188,73,255); }
H1.HeaderClassName
{
color: #BC49FF;
}
.AnyTagClassName
{
color: #BC49FF;
}
</style>
background-color css
<style>
a { background-color: #BC49FF; }
a { background-color: rgb(188,73,255); }
div.DivClassName
{
background-color: #BC49FF;
}
.BgClassName
{
background-color: #BC49FF;
}
</style>
border-color css
<style>
span { border-color: #BC49FF; }
span { border-color: rgb(188,73,255); }
td.TdClassName
{
border-color: #BC49FF;
}
.TagClassName
{
border-color: #BC49FF;
}
</style>