Shades of Medium Orchid #BC3AFE
Tints of Medium Orchid #BC3AFE
RGB
CMYK
RGB Variations
Color information
#BC3AFE (or 0xBC3AFE) is known color: Medium Orchid. HEX triplet: BC, 3A and FE. RGB value is (188,58,254). Sum of RGB (Red+Green+Blue) = 188+58+254=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC3AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3AFE is #43C501. Grayscale: #767676. Windows color (decimal): -4441346 or 16661180. OLE color: 16661180.
HSL color Cylindrical-coordinate representation of color #BC3AFE: hue angle of 279.8º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC3AFE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 58 | 254 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.00 |
| HSL | 279.8º | 0.99% | 0.61% | - |
| HSV(B) | 279.8º | 0.77% | 1% | - |
| XYZ | 40.14 | 20.87 | 95.68 | - |
| YUV | 119.21 | 204.07 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 254 | 0.26 | 0.77 | 0 | 0.00 | 279.8 | 0.99 | 0.61 |
| Hex | BC | 3A | FE | 1A | 4D | 0 | 0 | 118 | 63 | 3D |
| Octal | 274 | 72 | 376 | 32 | 115 | 0 | 0 | 430 | 143 | 75 |
| Binary | 10111100 | 111010 | 11111110 | 11010 | 1001101 | 0 | 0 | 100011000 | 1100011 | 111101 |
Color Harmonies of #BC3AFE
Complementary color
Monochromatic Colors of #BC3AFE
Black with #BC3AFE
Text Example
Text Example
White with #BC3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3AFE; }
p { color: rgb(188,58,254); }
H1.HeaderClassName
{
color: #BC3AFE;
}
.AnyTagClassName
{
color: #BC3AFE;
}
</style>
background-color css
<style>
a { background-color: #BC3AFE; }
a { background-color: rgb(188,58,254); }
div.DivClassName
{
background-color: #BC3AFE;
}
.BgClassName
{
background-color: #BC3AFE;
}
</style>
border-color css
<style>
span { border-color: #BC3AFE; }
span { border-color: rgb(188,58,254); }
td.TdClassName
{
border-color: #BC3AFE;
}
.TagClassName
{
border-color: #BC3AFE;
}
</style>