Shades of Medium Orchid #BC3EFF
Tints of Medium Orchid #BC3EFF
RGB
CMYK
RGB Variations
Color information
#BC3EFF (or 0xBC3EFF) is known color: Medium Orchid. HEX triplet: BC, 3E and FF. RGB value is (188,62,255). Sum of RGB (Red+Green+Blue) = 188+62+255=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC3EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3EFF is #43C100. Grayscale: #797979. Windows color (decimal): -4440321 or 16727740. OLE color: 16727740.
HSL color Cylindrical-coordinate representation of color #BC3EFF: hue angle of 279.17º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC3EFF is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 62 | 255 | - |
| CMYK | 0.26 | 0.76 | 0 | 0 |
| HSL | 279.17º | 1% | 0.62% | - |
| HSV(B) | 279.17º | 0.76% | 1% | - |
| XYZ | 40.51 | 21.36 | 96.59 | - |
| YUV | 121.68 | 203.24 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 255 | 0.26 | 0.76 | 0 | 0 | 279.17 | 1 | 0.62 |
| Hex | BC | 3E | FF | 1A | 4C | 0 | 0 | 117 | 64 | 3E |
| Octal | 274 | 76 | 377 | 32 | 114 | 0 | 0 | 427 | 144 | 76 |
| Binary | 10111100 | 111110 | 11111111 | 11010 | 1001100 | 0 | 0 | 100010111 | 1100100 | 111110 |
Color Harmonies of #BC3EFF
Complementary color
Monochromatic Colors of #BC3EFF
Black with #BC3EFF
Text Example
Text Example
White with #BC3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EFF; }
p { color: rgb(188,62,255); }
H1.HeaderClassName
{
color: #BC3EFF;
}
.AnyTagClassName
{
color: #BC3EFF;
}
</style>
background-color css
<style>
a { background-color: #BC3EFF; }
a { background-color: rgb(188,62,255); }
div.DivClassName
{
background-color: #BC3EFF;
}
.BgClassName
{
background-color: #BC3EFF;
}
</style>
border-color css
<style>
span { border-color: #BC3EFF; }
span { border-color: rgb(188,62,255); }
td.TdClassName
{
border-color: #BC3EFF;
}
.TagClassName
{
border-color: #BC3EFF;
}
</style>