Shades of Medium Orchid #BC3BEF
Tints of Medium Orchid #BC3BEF
RGB
CMYK
RGB Variations
Color information
#BC3BEF (or 0xBC3BEF) is known color: Medium Orchid. HEX triplet: BC, 3B and EF. RGB value is (188,59,239). Sum of RGB (Red+Green+Blue) = 188+59+239=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 59 (23.44% from 255 or 12.14% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC3BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3BEF is #43C410. Grayscale: #757575. Windows color (decimal): -4441105 or 15678396. OLE color: 15678396.
HSL color Cylindrical-coordinate representation of color #BC3BEF: hue angle of 283º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3BEF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 59 | 239 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.06 |
| HSL | 283º | 0.85% | 0.58% | - |
| HSV(B) | 283º | 0.75% | 0.94% | - |
| XYZ | 37.88 | 20.05 | 83.53 | - |
| YUV | 118.09 | 196.24 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 239 | 0.21 | 0.75 | 0 | 0.06 | 283 | 0.85 | 0.58 |
| Hex | BC | 3B | EF | 15 | 4B | 0 | 6 | 11B | 55 | 3A |
| Octal | 274 | 73 | 357 | 25 | 113 | 0 | 6 | 433 | 125 | 72 |
| Binary | 10111100 | 111011 | 11101111 | 10101 | 1001011 | 0 | 110 | 100011011 | 1010101 | 111010 |
Color Harmonies of #BC3BEF
Complementary color
Monochromatic Colors of #BC3BEF
Black with #BC3BEF
Text Example
Text Example
White with #BC3BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BEF; }
p { color: rgb(188,59,239); }
H1.HeaderClassName
{
color: #BC3BEF;
}
.AnyTagClassName
{
color: #BC3BEF;
}
</style>
background-color css
<style>
a { background-color: #BC3BEF; }
a { background-color: rgb(188,59,239); }
div.DivClassName
{
background-color: #BC3BEF;
}
.BgClassName
{
background-color: #BC3BEF;
}
</style>
border-color css
<style>
span { border-color: #BC3BEF; }
span { border-color: rgb(188,59,239); }
td.TdClassName
{
border-color: #BC3BEF;
}
.TagClassName
{
border-color: #BC3BEF;
}
</style>