Shades of Medium Orchid #BC3CFE
Tints of Medium Orchid #BC3CFE
RGB
CMYK
RGB Variations
Color information
#BC3CFE (or 0xBC3CFE) is known color: Medium Orchid. HEX triplet: BC, 3C and FE. RGB value is (188,60,254). Sum of RGB (Red+Green+Blue) = 188+60+254=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC3CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3CFE is #43C301. Grayscale: #777777. Windows color (decimal): -4440834 or 16661692. OLE color: 16661692.
HSL color Cylindrical-coordinate representation of color #BC3CFE: hue angle of 279.59º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC3CFE is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 60 | 254 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.00 |
| HSL | 279.59º | 0.99% | 0.62% | - |
| HSV(B) | 279.59º | 0.76% | 1% | - |
| XYZ | 40.24 | 21.08 | 95.71 | - |
| YUV | 120.39 | 203.41 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 254 | 0.26 | 0.76 | 0 | 0.00 | 279.59 | 0.99 | 0.62 |
| Hex | BC | 3C | FE | 1A | 4C | 0 | 0 | 118 | 63 | 3E |
| Octal | 274 | 74 | 376 | 32 | 114 | 0 | 0 | 430 | 143 | 76 |
| Binary | 10111100 | 111100 | 11111110 | 11010 | 1001100 | 0 | 0 | 100011000 | 1100011 | 111110 |
Color Harmonies of #BC3CFE
Complementary color
Monochromatic Colors of #BC3CFE
Black with #BC3CFE
Text Example
Text Example
White with #BC3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CFE; }
p { color: rgb(188,60,254); }
H1.HeaderClassName
{
color: #BC3CFE;
}
.AnyTagClassName
{
color: #BC3CFE;
}
</style>
background-color css
<style>
a { background-color: #BC3CFE; }
a { background-color: rgb(188,60,254); }
div.DivClassName
{
background-color: #BC3CFE;
}
.BgClassName
{
background-color: #BC3CFE;
}
</style>
border-color css
<style>
span { border-color: #BC3CFE; }
span { border-color: rgb(188,60,254); }
td.TdClassName
{
border-color: #BC3CFE;
}
.TagClassName
{
border-color: #BC3CFE;
}
</style>