Shades of Medium Orchid #BC49FB
Tints of Medium Orchid #BC49FB
RGB
CMYK
RGB Variations
Color information
#BC49FB (or 0xBC49FB) is known color: Medium Orchid. HEX triplet: BC, 49 and FB. RGB value is (188,73,251). Sum of RGB (Red+Green+Blue) = 188+73+251=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC49FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC49FB is #43B604. Grayscale: #7F7F7F. Windows color (decimal): -4437509 or 16468412. OLE color: 16468412.
HSL color Cylindrical-coordinate representation of color #BC49FB: hue angle of 278.76º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC49FB is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 73 | 251 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.02 |
| HSL | 278.76º | 0.96% | 0.64% | - |
| HSV(B) | 278.76º | 0.71% | 0.98% | - |
| XYZ | 40.53 | 22.42 | 93.46 | - |
| YUV | 127.68 | 197.6 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 251 | 0.25 | 0.71 | 0 | 0.02 | 278.76 | 0.96 | 0.64 |
| Hex | BC | 49 | FB | 19 | 47 | 0 | 2 | 117 | 60 | 40 |
| Octal | 274 | 111 | 373 | 31 | 107 | 0 | 2 | 427 | 140 | 100 |
| Binary | 10111100 | 1001001 | 11111011 | 11001 | 1000111 | 0 | 10 | 100010111 | 1100000 | 1000000 |
Color Harmonies of #BC49FB
Complementary color
Monochromatic Colors of #BC49FB
Black with #BC49FB
Text Example
Text Example
White with #BC49FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC49FB; }
p { color: rgb(188,73,251); }
H1.HeaderClassName
{
color: #BC49FB;
}
.AnyTagClassName
{
color: #BC49FB;
}
</style>
background-color css
<style>
a { background-color: #BC49FB; }
a { background-color: rgb(188,73,251); }
div.DivClassName
{
background-color: #BC49FB;
}
.BgClassName
{
background-color: #BC49FB;
}
</style>
border-color css
<style>
span { border-color: #BC49FB; }
span { border-color: rgb(188,73,251); }
td.TdClassName
{
border-color: #BC49FB;
}
.TagClassName
{
border-color: #BC49FB;
}
</style>