Shades of Medium Orchid #BC34EF
Tints of Medium Orchid #BC34EF
RGB
CMYK
RGB Variations
Color information
#BC34EF (or 0xBC34EF) is known color: Medium Orchid. HEX triplet: BC, 34 and EF. RGB value is (188,52,239). Sum of RGB (Red+Green+Blue) = 188+52+239=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC34EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC34EF is #43CB10. Grayscale: #717171. Windows color (decimal): -4442897 or 15676604. OLE color: 15676604.
HSL color Cylindrical-coordinate representation of color #BC34EF: hue angle of 283.64º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC34EF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 52 | 239 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.06 |
| HSL | 283.64º | 0.85% | 0.57% | - |
| HSV(B) | 283.64º | 0.78% | 0.94% | - |
| XYZ | 37.55 | 19.38 | 83.42 | - |
| YUV | 113.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 239 | 0.21 | 0.78 | 0 | 0.06 | 283.64 | 0.85 | 0.57 |
| Hex | BC | 34 | EF | 15 | 4E | 0 | 6 | 11C | 55 | 39 |
| Octal | 274 | 64 | 357 | 25 | 116 | 0 | 6 | 434 | 125 | 71 |
| Binary | 10111100 | 110100 | 11101111 | 10101 | 1001110 | 0 | 110 | 100011100 | 1010101 | 111001 |
Color Harmonies of #BC34EF
Complementary color
Monochromatic Colors of #BC34EF
Black with #BC34EF
Text Example
Text Example
White with #BC34EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC34EF; }
p { color: rgb(188,52,239); }
H1.HeaderClassName
{
color: #BC34EF;
}
.AnyTagClassName
{
color: #BC34EF;
}
</style>
background-color css
<style>
a { background-color: #BC34EF; }
a { background-color: rgb(188,52,239); }
div.DivClassName
{
background-color: #BC34EF;
}
.BgClassName
{
background-color: #BC34EF;
}
</style>
border-color css
<style>
span { border-color: #BC34EF; }
span { border-color: rgb(188,52,239); }
td.TdClassName
{
border-color: #BC34EF;
}
.TagClassName
{
border-color: #BC34EF;
}
</style>