Shades of Medium Orchid #BC56EA
Tints of Medium Orchid #BC56EA
RGB
CMYK
RGB Variations
Color information
#BC56EA (or 0xBC56EA) is known color: Medium Orchid. HEX triplet: BC, 56 and EA. RGB value is (188,86,234). Sum of RGB (Red+Green+Blue) = 188+86+234=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC56EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC56EA is #43A915. Grayscale: #848484. Windows color (decimal): -4434198 or 15357628. OLE color: 15357628.
HSL color Cylindrical-coordinate representation of color #BC56EA: hue angle of 281.35º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC56EA is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 86 | 234 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.08 |
| HSL | 281.35º | 0.78% | 0.63% | - |
| HSV(B) | 281.35º | 0.63% | 0.92% | - |
| XYZ | 38.92 | 23.29 | 80.29 | - |
| YUV | 133.37 | 184.79 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 234 | 0.20 | 0.63 | 0 | 0.08 | 281.35 | 0.78 | 0.63 |
| Hex | BC | 56 | EA | 14 | 3F | 0 | 8 | 119 | 4E | 3F |
| Octal | 274 | 126 | 352 | 24 | 77 | 0 | 10 | 431 | 116 | 77 |
| Binary | 10111100 | 1010110 | 11101010 | 10100 | 111111 | 0 | 1000 | 100011001 | 1001110 | 111111 |
Color Harmonies of #BC56EA
Complementary color
Monochromatic Colors of #BC56EA
Black with #BC56EA
Text Example
Text Example
White with #BC56EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56EA; }
p { color: rgb(188,86,234); }
H1.HeaderClassName
{
color: #BC56EA;
}
.AnyTagClassName
{
color: #BC56EA;
}
</style>
background-color css
<style>
a { background-color: #BC56EA; }
a { background-color: rgb(188,86,234); }
div.DivClassName
{
background-color: #BC56EA;
}
.BgClassName
{
background-color: #BC56EA;
}
</style>
border-color css
<style>
span { border-color: #BC56EA; }
span { border-color: rgb(188,86,234); }
td.TdClassName
{
border-color: #BC56EA;
}
.TagClassName
{
border-color: #BC56EA;
}
</style>