Shades of Medium Orchid #BC3FFE
Tints of Medium Orchid #BC3FFE
RGB
CMYK
RGB Variations
Color information
#BC3FFE (or 0xBC3FFE) is known color: Medium Orchid. HEX triplet: BC, 3F and FE. RGB value is (188,63,254). Sum of RGB (Red+Green+Blue) = 188+63+254=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC3FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3FFE is #43C001. Grayscale: #797979. Windows color (decimal): -4440066 or 16662460. OLE color: 16662460.
HSL color Cylindrical-coordinate representation of color #BC3FFE: hue angle of 279.27º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3FFE is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 63 | 254 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.00 |
| HSL | 279.27º | 0.99% | 0.62% | - |
| HSV(B) | 279.27º | 0.75% | 1% | - |
| XYZ | 40.41 | 21.4 | 95.77 | - |
| YUV | 122.15 | 202.41 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 254 | 0.26 | 0.75 | 0 | 0.00 | 279.27 | 0.99 | 0.62 |
| Hex | BC | 3F | FE | 1A | 4B | 0 | 0 | 117 | 63 | 3E |
| Octal | 274 | 77 | 376 | 32 | 113 | 0 | 0 | 427 | 143 | 76 |
| Binary | 10111100 | 111111 | 11111110 | 11010 | 1001011 | 0 | 0 | 100010111 | 1100011 | 111110 |
Color Harmonies of #BC3FFE
Complementary color
Monochromatic Colors of #BC3FFE
Black with #BC3FFE
Text Example
Text Example
White with #BC3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3FFE; }
p { color: rgb(188,63,254); }
H1.HeaderClassName
{
color: #BC3FFE;
}
.AnyTagClassName
{
color: #BC3FFE;
}
</style>
background-color css
<style>
a { background-color: #BC3FFE; }
a { background-color: rgb(188,63,254); }
div.DivClassName
{
background-color: #BC3FFE;
}
.BgClassName
{
background-color: #BC3FFE;
}
</style>
border-color css
<style>
span { border-color: #BC3FFE; }
span { border-color: rgb(188,63,254); }
td.TdClassName
{
border-color: #BC3FFE;
}
.TagClassName
{
border-color: #BC3FFE;
}
</style>