Shades of Medium Orchid #BC47FB
Tints of Medium Orchid #BC47FB
RGB
CMYK
RGB Variations
Color information
#BC47FB (or 0xBC47FB) is known color: Medium Orchid. HEX triplet: BC, 47 and FB. RGB value is (188,71,251). Sum of RGB (Red+Green+Blue) = 188+71+251=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC47FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC47FB is #43B804. Grayscale: #7D7D7D. Windows color (decimal): -4438021 or 16467900. OLE color: 16467900.
HSL color Cylindrical-coordinate representation of color #BC47FB: hue angle of 279º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC47FB is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 71 | 251 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.02 |
| HSL | 279º | 0.96% | 0.63% | - |
| HSV(B) | 279º | 0.72% | 0.98% | - |
| XYZ | 40.4 | 22.16 | 93.42 | - |
| YUV | 126.5 | 198.26 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 251 | 0.25 | 0.72 | 0 | 0.02 | 279 | 0.96 | 0.63 |
| Hex | BC | 47 | FB | 19 | 48 | 0 | 2 | 117 | 60 | 3F |
| Octal | 274 | 107 | 373 | 31 | 110 | 0 | 2 | 427 | 140 | 77 |
| Binary | 10111100 | 1000111 | 11111011 | 11001 | 1001000 | 0 | 10 | 100010111 | 1100000 | 111111 |
Color Harmonies of #BC47FB
Complementary color
Monochromatic Colors of #BC47FB
Black with #BC47FB
Text Example
Text Example
White with #BC47FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47FB; }
p { color: rgb(188,71,251); }
H1.HeaderClassName
{
color: #BC47FB;
}
.AnyTagClassName
{
color: #BC47FB;
}
</style>
background-color css
<style>
a { background-color: #BC47FB; }
a { background-color: rgb(188,71,251); }
div.DivClassName
{
background-color: #BC47FB;
}
.BgClassName
{
background-color: #BC47FB;
}
</style>
border-color css
<style>
span { border-color: #BC47FB; }
span { border-color: rgb(188,71,251); }
td.TdClassName
{
border-color: #BC47FB;
}
.TagClassName
{
border-color: #BC47FB;
}
</style>