Shades of Medium Orchid #BC5CF8
Tints of Medium Orchid #BC5CF8
RGB
CMYK
RGB Variations
Color information
#BC5CF8 (or 0xBC5CF8) is known color: Medium Orchid. HEX triplet: BC, 5C and F8. RGB value is (188,92,248). Sum of RGB (Red+Green+Blue) = 188+92+248=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC5CF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CF8 is #43A307. Grayscale: #898989. Windows color (decimal): -4432648 or 16276668. OLE color: 16276668.
HSL color Cylindrical-coordinate representation of color #BC5CF8: hue angle of 276.92º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5CF8 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 92 | 248 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.03 |
| HSL | 276.92º | 0.92% | 0.67% | - |
| HSV(B) | 276.92º | 0.63% | 0.97% | - |
| XYZ | 41.51 | 25.12 | 91.47 | - |
| YUV | 138.49 | 189.8 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 248 | 0.24 | 0.63 | 0 | 0.03 | 276.92 | 0.92 | 0.67 |
| Hex | BC | 5C | F8 | 18 | 3F | 0 | 3 | 115 | 5C | 43 |
| Octal | 274 | 134 | 370 | 30 | 77 | 0 | 3 | 425 | 134 | 103 |
| Binary | 10111100 | 1011100 | 11111000 | 11000 | 111111 | 0 | 11 | 100010101 | 1011100 | 1000011 |
Color Harmonies of #BC5CF8
Complementary color
Monochromatic Colors of #BC5CF8
Black with #BC5CF8
Text Example
Text Example
White with #BC5CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CF8; }
p { color: rgb(188,92,248); }
H1.HeaderClassName
{
color: #BC5CF8;
}
.AnyTagClassName
{
color: #BC5CF8;
}
</style>
background-color css
<style>
a { background-color: #BC5CF8; }
a { background-color: rgb(188,92,248); }
div.DivClassName
{
background-color: #BC5CF8;
}
.BgClassName
{
background-color: #BC5CF8;
}
</style>
border-color css
<style>
span { border-color: #BC5CF8; }
span { border-color: rgb(188,92,248); }
td.TdClassName
{
border-color: #BC5CF8;
}
.TagClassName
{
border-color: #BC5CF8;
}
</style>