Shades of Medium Orchid #BC5BE5
Tints of Medium Orchid #BC5BE5
RGB
CMYK
RGB Variations
Color information
#BC5BE5 (or 0xBC5BE5) is known color: Medium Orchid. HEX triplet: BC, 5B and E5. RGB value is (188,91,229). Sum of RGB (Red+Green+Blue) = 188+91+229=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 229 (89.84% from 255 or 45.08% from 508); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC5BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BE5 is #43A41A. Grayscale: #878787. Windows color (decimal): -4432923 or 15031228. OLE color: 15031228.
HSL color Cylindrical-coordinate representation of color #BC5BE5: hue angle of 282.17º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5BE5 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 91 | 229 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.10 |
| HSL | 282.17º | 0.73% | 0.63% | - |
| HSV(B) | 282.17º | 0.6% | 0.9% | - |
| XYZ | 38.62 | 23.83 | 76.69 | - |
| YUV | 135.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 229 | 0.18 | 0.60 | 0 | 0.10 | 282.17 | 0.73 | 0.63 |
| Hex | BC | 5B | E5 | 12 | 3C | 0 | A | 11A | 49 | 3F |
| Octal | 274 | 133 | 345 | 22 | 74 | 0 | 12 | 432 | 111 | 77 |
| Binary | 10111100 | 1011011 | 11100101 | 10010 | 111100 | 0 | 1010 | 100011010 | 1001001 | 111111 |
Color Harmonies of #BC5BE5
Complementary color
Monochromatic Colors of #BC5BE5
Black with #BC5BE5
Text Example
Text Example
White with #BC5BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BE5; }
p { color: rgb(188,91,229); }
H1.HeaderClassName
{
color: #BC5BE5;
}
.AnyTagClassName
{
color: #BC5BE5;
}
</style>
background-color css
<style>
a { background-color: #BC5BE5; }
a { background-color: rgb(188,91,229); }
div.DivClassName
{
background-color: #BC5BE5;
}
.BgClassName
{
background-color: #BC5BE5;
}
</style>
border-color css
<style>
span { border-color: #BC5BE5; }
span { border-color: rgb(188,91,229); }
td.TdClassName
{
border-color: #BC5BE5;
}
.TagClassName
{
border-color: #BC5BE5;
}
</style>