Shades of Medium Orchid #BC59EB
Tints of Medium Orchid #BC59EB
RGB
CMYK
RGB Variations
Color information
#BC59EB (or 0xBC59EB) is known color: Medium Orchid. HEX triplet: BC, 59 and EB. RGB value is (188,89,235). Sum of RGB (Red+Green+Blue) = 188+89+235=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC59EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC59EB is #43A614. Grayscale: #868686. Windows color (decimal): -4433429 or 15423932. OLE color: 15423932.
HSL color Cylindrical-coordinate representation of color #BC59EB: hue angle of 280.68º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC59EB is Cyan = 0.2, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 89 | 235 | - |
| CMYK | 0.2 | 0.62 | 0 | 0.08 |
| HSL | 280.68º | 0.78% | 0.64% | - |
| HSV(B) | 280.68º | 0.62% | 0.92% | - |
| XYZ | 39.31 | 23.83 | 81.13 | - |
| YUV | 135.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 235 | 0.2 | 0.62 | 0 | 0.08 | 280.68 | 0.78 | 0.64 |
| Hex | BC | 59 | EB | 14 | 3E | 0 | 8 | 119 | 4E | 40 |
| Octal | 274 | 131 | 353 | 24 | 76 | 0 | 10 | 431 | 116 | 100 |
| Binary | 10111100 | 1011001 | 11101011 | 10100 | 111110 | 0 | 1000 | 100011001 | 1001110 | 1000000 |
Color Harmonies of #BC59EB
Complementary color
Monochromatic Colors of #BC59EB
Black with #BC59EB
Text Example
Text Example
White with #BC59EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59EB; }
p { color: rgb(188,89,235); }
H1.HeaderClassName
{
color: #BC59EB;
}
.AnyTagClassName
{
color: #BC59EB;
}
</style>
background-color css
<style>
a { background-color: #BC59EB; }
a { background-color: rgb(188,89,235); }
div.DivClassName
{
background-color: #BC59EB;
}
.BgClassName
{
background-color: #BC59EB;
}
</style>
border-color css
<style>
span { border-color: #BC59EB; }
span { border-color: rgb(188,89,235); }
td.TdClassName
{
border-color: #BC59EB;
}
.TagClassName
{
border-color: #BC59EB;
}
</style>