Shades of Medium Orchid #BC4EFB
Tints of Medium Orchid #BC4EFB
RGB
CMYK
RGB Variations
Color information
#BC4EFB (or 0xBC4EFB) is known color: Medium Orchid. HEX triplet: BC, 4E and FB. RGB value is (188,78,251). Sum of RGB (Red+Green+Blue) = 188+78+251=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 78 (30.86% from 255 or 15.09% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC4EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4EFB is #43B104. Grayscale: #828282. Windows color (decimal): -4436229 or 16469692. OLE color: 16469692.
HSL color Cylindrical-coordinate representation of color #BC4EFB: hue angle of 278.15º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4EFB is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 78 | 251 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.02 |
| HSL | 278.15º | 0.96% | 0.65% | - |
| HSV(B) | 278.15º | 0.69% | 0.98% | - |
| XYZ | 40.88 | 23.11 | 93.57 | - |
| YUV | 130.61 | 195.94 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 251 | 0.25 | 0.69 | 0 | 0.02 | 278.15 | 0.96 | 0.65 |
| Hex | BC | 4E | FB | 19 | 45 | 0 | 2 | 116 | 60 | 41 |
| Octal | 274 | 116 | 373 | 31 | 105 | 0 | 2 | 426 | 140 | 101 |
| Binary | 10111100 | 1001110 | 11111011 | 11001 | 1000101 | 0 | 10 | 100010110 | 1100000 | 1000001 |
Color Harmonies of #BC4EFB
Complementary color
Monochromatic Colors of #BC4EFB
Black with #BC4EFB
Text Example
Text Example
White with #BC4EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EFB; }
p { color: rgb(188,78,251); }
H1.HeaderClassName
{
color: #BC4EFB;
}
.AnyTagClassName
{
color: #BC4EFB;
}
</style>
background-color css
<style>
a { background-color: #BC4EFB; }
a { background-color: rgb(188,78,251); }
div.DivClassName
{
background-color: #BC4EFB;
}
.BgClassName
{
background-color: #BC4EFB;
}
</style>
border-color css
<style>
span { border-color: #BC4EFB; }
span { border-color: rgb(188,78,251); }
td.TdClassName
{
border-color: #BC4EFB;
}
.TagClassName
{
border-color: #BC4EFB;
}
</style>