Shades of Medium Orchid #BC5BEA
Tints of Medium Orchid #BC5BEA
RGB
CMYK
RGB Variations
Color information
#BC5BEA (or 0xBC5BEA) is known color: Medium Orchid. HEX triplet: BC, 5B and EA. RGB value is (188,91,234). Sum of RGB (Red+Green+Blue) = 188+91+234=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC5BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5BEA is #43A415. Grayscale: #878787. Windows color (decimal): -4432918 or 15358908. OLE color: 15358908.
HSL color Cylindrical-coordinate representation of color #BC5BEA: hue angle of 280.7º degrees, saturation: 0.77, 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 #BC5BEA is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 91 | 234 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.08 |
| HSL | 280.7º | 0.77% | 0.64% | - |
| HSV(B) | 280.7º | 0.61% | 0.92% | - |
| XYZ | 39.33 | 24.11 | 80.42 | - |
| YUV | 136.31 | 183.14 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 234 | 0.20 | 0.61 | 0 | 0.08 | 280.7 | 0.77 | 0.64 |
| Hex | BC | 5B | EA | 14 | 3D | 0 | 8 | 119 | 4D | 40 |
| Octal | 274 | 133 | 352 | 24 | 75 | 0 | 10 | 431 | 115 | 100 |
| Binary | 10111100 | 1011011 | 11101010 | 10100 | 111101 | 0 | 1000 | 100011001 | 1001101 | 1000000 |
Color Harmonies of #BC5BEA
Complementary color
Monochromatic Colors of #BC5BEA
Black with #BC5BEA
Text Example
Text Example
White with #BC5BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BEA; }
p { color: rgb(188,91,234); }
H1.HeaderClassName
{
color: #BC5BEA;
}
.AnyTagClassName
{
color: #BC5BEA;
}
</style>
background-color css
<style>
a { background-color: #BC5BEA; }
a { background-color: rgb(188,91,234); }
div.DivClassName
{
background-color: #BC5BEA;
}
.BgClassName
{
background-color: #BC5BEA;
}
</style>
border-color css
<style>
span { border-color: #BC5BEA; }
span { border-color: rgb(188,91,234); }
td.TdClassName
{
border-color: #BC5BEA;
}
.TagClassName
{
border-color: #BC5BEA;
}
</style>