Shades of Medium Orchid #BC5BEB
Tints of Medium Orchid #BC5BEB
RGB
CMYK
RGB Variations
Color information
#BC5BEB (or 0xBC5BEB) is known color: Medium Orchid. HEX triplet: BC, 5B and EB. RGB value is (188,91,235). Sum of RGB (Red+Green+Blue) = 188+91+235=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC5BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5BEB is #43A414. Grayscale: #878787. Windows color (decimal): -4432917 or 15424444. OLE color: 15424444.
HSL color Cylindrical-coordinate representation of color #BC5BEB: hue angle of 280.42º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5BEB is Cyan = 0.2, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 91 | 235 | - |
| CMYK | 0.2 | 0.61 | 0 | 0.08 |
| HSL | 280.42º | 0.78% | 0.64% | - |
| HSV(B) | 280.42º | 0.61% | 0.92% | - |
| XYZ | 39.48 | 24.17 | 81.18 | - |
| YUV | 136.42 | 183.64 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 235 | 0.2 | 0.61 | 0 | 0.08 | 280.42 | 0.78 | 0.64 |
| Hex | BC | 5B | EB | 14 | 3D | 0 | 8 | 118 | 4E | 40 |
| Octal | 274 | 133 | 353 | 24 | 75 | 0 | 10 | 430 | 116 | 100 |
| Binary | 10111100 | 1011011 | 11101011 | 10100 | 111101 | 0 | 1000 | 100011000 | 1001110 | 1000000 |
Color Harmonies of #BC5BEB
Complementary color
Monochromatic Colors of #BC5BEB
Black with #BC5BEB
Text Example
Text Example
White with #BC5BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BEB; }
p { color: rgb(188,91,235); }
H1.HeaderClassName
{
color: #BC5BEB;
}
.AnyTagClassName
{
color: #BC5BEB;
}
</style>
background-color css
<style>
a { background-color: #BC5BEB; }
a { background-color: rgb(188,91,235); }
div.DivClassName
{
background-color: #BC5BEB;
}
.BgClassName
{
background-color: #BC5BEB;
}
</style>
border-color css
<style>
span { border-color: #BC5BEB; }
span { border-color: rgb(188,91,235); }
td.TdClassName
{
border-color: #BC5BEB;
}
.TagClassName
{
border-color: #BC5BEB;
}
</style>