Shades of Medium Orchid #BC5BDF
Tints of Medium Orchid #BC5BDF
RGB
CMYK
RGB Variations
Color information
#BC5BDF (or 0xBC5BDF) is known color: Medium Orchid. HEX triplet: BC, 5B and DF. RGB value is (188,91,223). Sum of RGB (Red+Green+Blue) = 188+91+223=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC5BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BDF is #43A420. Grayscale: #868686. Windows color (decimal): -4432929 or 14638012. OLE color: 14638012.
HSL color Cylindrical-coordinate representation of color #BC5BDF: hue angle of 284.09º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC5BDF is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 91 | 223 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.13 |
| HSL | 284.09º | 0.67% | 0.62% | - |
| HSV(B) | 284.09º | 0.59% | 0.87% | - |
| XYZ | 37.8 | 23.5 | 72.36 | - |
| YUV | 135.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 223 | 0.16 | 0.59 | 0 | 0.13 | 284.09 | 0.67 | 0.62 |
| Hex | BC | 5B | DF | 10 | 3B | 0 | D | 11C | 43 | 3E |
| Octal | 274 | 133 | 337 | 20 | 73 | 0 | 15 | 434 | 103 | 76 |
| Binary | 10111100 | 1011011 | 11011111 | 10000 | 111011 | 0 | 1101 | 100011100 | 1000011 | 111110 |
Color Harmonies of #BC5BDF
Complementary color
Monochromatic Colors of #BC5BDF
Black with #BC5BDF
Text Example
Text Example
White with #BC5BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BDF; }
p { color: rgb(188,91,223); }
H1.HeaderClassName
{
color: #BC5BDF;
}
.AnyTagClassName
{
color: #BC5BDF;
}
</style>
background-color css
<style>
a { background-color: #BC5BDF; }
a { background-color: rgb(188,91,223); }
div.DivClassName
{
background-color: #BC5BDF;
}
.BgClassName
{
background-color: #BC5BDF;
}
</style>
border-color css
<style>
span { border-color: #BC5BDF; }
span { border-color: rgb(188,91,223); }
td.TdClassName
{
border-color: #BC5BDF;
}
.TagClassName
{
border-color: #BC5BDF;
}
</style>