Shades of Medium Orchid #BC4DFB
Tints of Medium Orchid #BC4DFB
RGB
CMYK
RGB Variations
Color information
#BC4DFB (or 0xBC4DFB) is known color: Medium Orchid. HEX triplet: BC, 4D and FB. RGB value is (188,77,251). Sum of RGB (Red+Green+Blue) = 188+77+251=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC4DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DFB is #43B204. Grayscale: #818181. Windows color (decimal): -4436485 or 16469436. OLE color: 16469436.
HSL color Cylindrical-coordinate representation of color #BC4DFB: hue angle of 278.28º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4DFB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 77 | 251 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.02 |
| HSL | 278.28º | 0.96% | 0.64% | - |
| HSV(B) | 278.28º | 0.69% | 0.98% | - |
| XYZ | 40.81 | 22.96 | 93.55 | - |
| YUV | 130.03 | 196.27 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 251 | 0.25 | 0.69 | 0 | 0.02 | 278.28 | 0.96 | 0.64 |
| Hex | BC | 4D | FB | 19 | 45 | 0 | 2 | 116 | 60 | 40 |
| Octal | 274 | 115 | 373 | 31 | 105 | 0 | 2 | 426 | 140 | 100 |
| Binary | 10111100 | 1001101 | 11111011 | 11001 | 1000101 | 0 | 10 | 100010110 | 1100000 | 1000000 |
Color Harmonies of #BC4DFB
Complementary color
Monochromatic Colors of #BC4DFB
Black with #BC4DFB
Text Example
Text Example
White with #BC4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DFB; }
p { color: rgb(188,77,251); }
H1.HeaderClassName
{
color: #BC4DFB;
}
.AnyTagClassName
{
color: #BC4DFB;
}
</style>
background-color css
<style>
a { background-color: #BC4DFB; }
a { background-color: rgb(188,77,251); }
div.DivClassName
{
background-color: #BC4DFB;
}
.BgClassName
{
background-color: #BC4DFB;
}
</style>
border-color css
<style>
span { border-color: #BC4DFB; }
span { border-color: rgb(188,77,251); }
td.TdClassName
{
border-color: #BC4DFB;
}
.TagClassName
{
border-color: #BC4DFB;
}
</style>