Shades of Medium Orchid #BC4DF5
Tints of Medium Orchid #BC4DF5
RGB
CMYK
RGB Variations
Color information
#BC4DF5 (or 0xBC4DF5) is known color: Medium Orchid. HEX triplet: BC, 4D and F5. RGB value is (188,77,245). Sum of RGB (Red+Green+Blue) = 188+77+245=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 245 (96.09% from 255 or 48.04% from 510); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC4DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DF5 is #43B20A. Grayscale: #808080. Windows color (decimal): -4436491 or 16076220. OLE color: 16076220.
HSL color Cylindrical-coordinate representation of color #BC4DF5: hue angle of 279.64º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4DF5 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 77 | 245 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.04 |
| HSL | 279.64º | 0.89% | 0.63% | - |
| HSV(B) | 279.64º | 0.69% | 0.96% | - |
| XYZ | 39.87 | 22.59 | 88.65 | - |
| YUV | 129.34 | 193.27 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 245 | 0.23 | 0.69 | 0 | 0.04 | 279.64 | 0.89 | 0.63 |
| Hex | BC | 4D | F5 | 17 | 45 | 0 | 4 | 118 | 59 | 3F |
| Octal | 274 | 115 | 365 | 27 | 105 | 0 | 4 | 430 | 131 | 77 |
| Binary | 10111100 | 1001101 | 11110101 | 10111 | 1000101 | 0 | 100 | 100011000 | 1011001 | 111111 |
Color Harmonies of #BC4DF5
Complementary color
Monochromatic Colors of #BC4DF5
Black with #BC4DF5
Text Example
Text Example
White with #BC4DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DF5; }
p { color: rgb(188,77,245); }
H1.HeaderClassName
{
color: #BC4DF5;
}
.AnyTagClassName
{
color: #BC4DF5;
}
</style>
background-color css
<style>
a { background-color: #BC4DF5; }
a { background-color: rgb(188,77,245); }
div.DivClassName
{
background-color: #BC4DF5;
}
.BgClassName
{
background-color: #BC4DF5;
}
</style>
border-color css
<style>
span { border-color: #BC4DF5; }
span { border-color: rgb(188,77,245); }
td.TdClassName
{
border-color: #BC4DF5;
}
.TagClassName
{
border-color: #BC4DF5;
}
</style>