Shades of Medium Orchid #BC59E6
Tints of Medium Orchid #BC59E6
RGB
CMYK
RGB Variations
Color information
#BC59E6 (or 0xBC59E6) is known color: Medium Orchid. HEX triplet: BC, 59 and E6. RGB value is (188,89,230). Sum of RGB (Red+Green+Blue) = 188+89+230=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC59E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC59E6 is #43A619. Grayscale: #868686. Windows color (decimal): -4433434 or 15096252. OLE color: 15096252.
HSL color Cylindrical-coordinate representation of color #BC59E6: hue angle of 282.13º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC59E6 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 89 | 230 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.10 |
| HSL | 282.13º | 0.74% | 0.63% | - |
| HSV(B) | 282.13º | 0.61% | 0.9% | - |
| XYZ | 38.59 | 23.55 | 77.37 | - |
| YUV | 134.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 230 | 0.18 | 0.61 | 0 | 0.10 | 282.13 | 0.74 | 0.63 |
| Hex | BC | 59 | E6 | 12 | 3D | 0 | A | 11A | 4A | 3F |
| Octal | 274 | 131 | 346 | 22 | 75 | 0 | 12 | 432 | 112 | 77 |
| Binary | 10111100 | 1011001 | 11100110 | 10010 | 111101 | 0 | 1010 | 100011010 | 1001010 | 111111 |
Color Harmonies of #BC59E6
Complementary color
Monochromatic Colors of #BC59E6
Black with #BC59E6
Text Example
Text Example
White with #BC59E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59E6; }
p { color: rgb(188,89,230); }
H1.HeaderClassName
{
color: #BC59E6;
}
.AnyTagClassName
{
color: #BC59E6;
}
</style>
background-color css
<style>
a { background-color: #BC59E6; }
a { background-color: rgb(188,89,230); }
div.DivClassName
{
background-color: #BC59E6;
}
.BgClassName
{
background-color: #BC59E6;
}
</style>
border-color css
<style>
span { border-color: #BC59E6; }
span { border-color: rgb(188,89,230); }
td.TdClassName
{
border-color: #BC59E6;
}
.TagClassName
{
border-color: #BC59E6;
}
</style>