Shades of Medium Orchid #BC59DF
Tints of Medium Orchid #BC59DF
RGB
CMYK
RGB Variations
Color information
#BC59DF (or 0xBC59DF) is known color: Medium Orchid. HEX triplet: BC, 59 and DF. RGB value is (188,89,223). Sum of RGB (Red+Green+Blue) = 188+89+223=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC59DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59DF is #43A620. Grayscale: #858585. Windows color (decimal): -4433441 or 14637500. OLE color: 14637500.
HSL color Cylindrical-coordinate representation of color #BC59DF: hue angle of 284.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC59DF is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 89 | 223 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.13 |
| HSL | 284.33º | 0.68% | 0.61% | - |
| HSV(B) | 284.33º | 0.6% | 0.87% | - |
| XYZ | 37.63 | 23.16 | 72.3 | - |
| YUV | 133.88 | 178.3 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 223 | 0.16 | 0.60 | 0 | 0.13 | 284.33 | 0.68 | 0.61 |
| Hex | BC | 59 | DF | 10 | 3C | 0 | D | 11C | 44 | 3D |
| Octal | 274 | 131 | 337 | 20 | 74 | 0 | 15 | 434 | 104 | 75 |
| Binary | 10111100 | 1011001 | 11011111 | 10000 | 111100 | 0 | 1101 | 100011100 | 1000100 | 111101 |
Color Harmonies of #BC59DF
Complementary color
Monochromatic Colors of #BC59DF
Black with #BC59DF
Text Example
Text Example
White with #BC59DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59DF; }
p { color: rgb(188,89,223); }
H1.HeaderClassName
{
color: #BC59DF;
}
.AnyTagClassName
{
color: #BC59DF;
}
</style>
background-color css
<style>
a { background-color: #BC59DF; }
a { background-color: rgb(188,89,223); }
div.DivClassName
{
background-color: #BC59DF;
}
.BgClassName
{
background-color: #BC59DF;
}
</style>
border-color css
<style>
span { border-color: #BC59DF; }
span { border-color: rgb(188,89,223); }
td.TdClassName
{
border-color: #BC59DF;
}
.TagClassName
{
border-color: #BC59DF;
}
</style>