Shades of Medium Orchid #BC34EC
Tints of Medium Orchid #BC34EC
RGB
CMYK
RGB Variations
Color information
#BC34EC (or 0xBC34EC) is known color: Medium Orchid. HEX triplet: BC, 34 and EC. RGB value is (188,52,236). Sum of RGB (Red+Green+Blue) = 188+52+236=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC34EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC34EC is #43CB13. Grayscale: #717171. Windows color (decimal): -4442900 or 15479996. OLE color: 15479996.
HSL color Cylindrical-coordinate representation of color #BC34EC: hue angle of 284.35º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC34EC is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 52 | 236 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.07 |
| HSL | 284.35º | 0.83% | 0.56% | - |
| HSV(B) | 284.35º | 0.78% | 0.93% | - |
| XYZ | 37.11 | 19.2 | 81.11 | - |
| YUV | 113.64 | 197.06 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 236 | 0.20 | 0.78 | 0 | 0.07 | 284.35 | 0.83 | 0.56 |
| Hex | BC | 34 | EC | 14 | 4E | 0 | 7 | 11C | 53 | 38 |
| Octal | 274 | 64 | 354 | 24 | 116 | 0 | 7 | 434 | 123 | 70 |
| Binary | 10111100 | 110100 | 11101100 | 10100 | 1001110 | 0 | 111 | 100011100 | 1010011 | 111000 |
Color Harmonies of #BC34EC
Complementary color
Monochromatic Colors of #BC34EC
Black with #BC34EC
Text Example
Text Example
White with #BC34EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34EC; }
p { color: rgb(188,52,236); }
H1.HeaderClassName
{
color: #BC34EC;
}
.AnyTagClassName
{
color: #BC34EC;
}
</style>
background-color css
<style>
a { background-color: #BC34EC; }
a { background-color: rgb(188,52,236); }
div.DivClassName
{
background-color: #BC34EC;
}
.BgClassName
{
background-color: #BC34EC;
}
</style>
border-color css
<style>
span { border-color: #BC34EC; }
span { border-color: rgb(188,52,236); }
td.TdClassName
{
border-color: #BC34EC;
}
.TagClassName
{
border-color: #BC34EC;
}
</style>