Shades of Medium Orchid #BC5DF8
Tints of Medium Orchid #BC5DF8
RGB
CMYK
RGB Variations
Color information
#BC5DF8 (or 0xBC5DF8) is known color: Medium Orchid. HEX triplet: BC, 5D and F8. RGB value is (188,93,248). Sum of RGB (Red+Green+Blue) = 188+93+248=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC5DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DF8 is #43A207. Grayscale: #8A8A8A. Windows color (decimal): -4432392 or 16276924. OLE color: 16276924.
HSL color Cylindrical-coordinate representation of color #BC5DF8: hue angle of 276.77º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5DF8 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 93 | 248 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.03 |
| HSL | 276.77º | 0.92% | 0.67% | - |
| HSV(B) | 276.77º | 0.63% | 0.97% | - |
| XYZ | 41.6 | 25.3 | 91.5 | - |
| YUV | 139.08 | 189.47 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 248 | 0.24 | 0.62 | 0 | 0.03 | 276.77 | 0.92 | 0.67 |
| Hex | BC | 5D | F8 | 18 | 3E | 0 | 3 | 115 | 5C | 43 |
| Octal | 274 | 135 | 370 | 30 | 76 | 0 | 3 | 425 | 134 | 103 |
| Binary | 10111100 | 1011101 | 11111000 | 11000 | 111110 | 0 | 11 | 100010101 | 1011100 | 1000011 |
Color Harmonies of #BC5DF8
Complementary color
Monochromatic Colors of #BC5DF8
Black with #BC5DF8
Text Example
Text Example
White with #BC5DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DF8; }
p { color: rgb(188,93,248); }
H1.HeaderClassName
{
color: #BC5DF8;
}
.AnyTagClassName
{
color: #BC5DF8;
}
</style>
background-color css
<style>
a { background-color: #BC5DF8; }
a { background-color: rgb(188,93,248); }
div.DivClassName
{
background-color: #BC5DF8;
}
.BgClassName
{
background-color: #BC5DF8;
}
</style>
border-color css
<style>
span { border-color: #BC5DF8; }
span { border-color: rgb(188,93,248); }
td.TdClassName
{
border-color: #BC5DF8;
}
.TagClassName
{
border-color: #BC5DF8;
}
</style>