Shades of Medium Orchid #BC57FE
Tints of Medium Orchid #BC57FE
RGB
CMYK
RGB Variations
Color information
#BC57FE (or 0xBC57FE) is known color: Medium Orchid. HEX triplet: BC, 57 and FE. RGB value is (188,87,254). Sum of RGB (Red+Green+Blue) = 188+87+254=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC57FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC57FE is #43A801. Grayscale: #878787. Windows color (decimal): -4433922 or 16668604. OLE color: 16668604.
HSL color Cylindrical-coordinate representation of color #BC57FE: hue angle of 276.29º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC57FE is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 87 | 254 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.00 |
| HSL | 276.29º | 0.99% | 0.67% | - |
| HSV(B) | 276.29º | 0.66% | 1% | - |
| XYZ | 42.04 | 24.66 | 96.31 | - |
| YUV | 136.24 | 194.46 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 254 | 0.26 | 0.66 | 0 | 0.00 | 276.29 | 0.99 | 0.67 |
| Hex | BC | 57 | FE | 1A | 42 | 0 | 0 | 114 | 63 | 43 |
| Octal | 274 | 127 | 376 | 32 | 102 | 0 | 0 | 424 | 143 | 103 |
| Binary | 10111100 | 1010111 | 11111110 | 11010 | 1000010 | 0 | 0 | 100010100 | 1100011 | 1000011 |
Color Harmonies of #BC57FE
Complementary color
Monochromatic Colors of #BC57FE
Black with #BC57FE
Text Example
Text Example
White with #BC57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC57FE; }
p { color: rgb(188,87,254); }
H1.HeaderClassName
{
color: #BC57FE;
}
.AnyTagClassName
{
color: #BC57FE;
}
</style>
background-color css
<style>
a { background-color: #BC57FE; }
a { background-color: rgb(188,87,254); }
div.DivClassName
{
background-color: #BC57FE;
}
.BgClassName
{
background-color: #BC57FE;
}
</style>
border-color css
<style>
span { border-color: #BC57FE; }
span { border-color: rgb(188,87,254); }
td.TdClassName
{
border-color: #BC57FE;
}
.TagClassName
{
border-color: #BC57FE;
}
</style>