Shades of Medium Orchid #BC54FE
Tints of Medium Orchid #BC54FE
RGB
CMYK
RGB Variations
Color information
#BC54FE (or 0xBC54FE) is known color: Medium Orchid. HEX triplet: BC, 54 and FE. RGB value is (188,84,254). Sum of RGB (Red+Green+Blue) = 188+84+254=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC54FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC54FE is #43AB01. Grayscale: #858585. Windows color (decimal): -4434690 or 16667836. OLE color: 16667836.
HSL color Cylindrical-coordinate representation of color #BC54FE: hue angle of 276.71º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC54FE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 84 | 254 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.00 |
| HSL | 276.71º | 0.99% | 0.66% | - |
| HSV(B) | 276.71º | 0.67% | 1% | - |
| XYZ | 41.8 | 24.19 | 96.23 | - |
| YUV | 134.48 | 195.46 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 254 | 0.26 | 0.67 | 0 | 0.00 | 276.71 | 0.99 | 0.66 |
| Hex | BC | 54 | FE | 1A | 43 | 0 | 0 | 115 | 63 | 42 |
| Octal | 274 | 124 | 376 | 32 | 103 | 0 | 0 | 425 | 143 | 102 |
| Binary | 10111100 | 1010100 | 11111110 | 11010 | 1000011 | 0 | 0 | 100010101 | 1100011 | 1000010 |
Color Harmonies of #BC54FE
Complementary color
Monochromatic Colors of #BC54FE
Black with #BC54FE
Text Example
Text Example
White with #BC54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC54FE; }
p { color: rgb(188,84,254); }
H1.HeaderClassName
{
color: #BC54FE;
}
.AnyTagClassName
{
color: #BC54FE;
}
</style>
background-color css
<style>
a { background-color: #BC54FE; }
a { background-color: rgb(188,84,254); }
div.DivClassName
{
background-color: #BC54FE;
}
.BgClassName
{
background-color: #BC54FE;
}
</style>
border-color css
<style>
span { border-color: #BC54FE; }
span { border-color: rgb(188,84,254); }
td.TdClassName
{
border-color: #BC54FE;
}
.TagClassName
{
border-color: #BC54FE;
}
</style>