Shades of Medium Orchid #BC45FE
Tints of Medium Orchid #BC45FE
RGB
CMYK
RGB Variations
Color information
#BC45FE (or 0xBC45FE) is known color: Medium Orchid. HEX triplet: BC, 45 and FE. RGB value is (188,69,254). Sum of RGB (Red+Green+Blue) = 188+69+254=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 69 (27.34% from 255 or 13.50% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC45FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45FE is #43BA01. Grayscale: #7D7D7D. Windows color (decimal): -4438530 or 16663996. OLE color: 16663996.
HSL color Cylindrical-coordinate representation of color #BC45FE: hue angle of 278.59º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC45FE is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 69 | 254 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.00 |
| HSL | 278.59º | 0.99% | 0.63% | - |
| HSV(B) | 278.59º | 0.73% | 1% | - |
| XYZ | 40.76 | 22.1 | 95.88 | - |
| YUV | 125.67 | 200.42 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 254 | 0.26 | 0.73 | 0 | 0.00 | 278.59 | 0.99 | 0.63 |
| Hex | BC | 45 | FE | 1A | 49 | 0 | 0 | 117 | 63 | 3F |
| Octal | 274 | 105 | 376 | 32 | 111 | 0 | 0 | 427 | 143 | 77 |
| Binary | 10111100 | 1000101 | 11111110 | 11010 | 1001001 | 0 | 0 | 100010111 | 1100011 | 111111 |
Color Harmonies of #BC45FE
Complementary color
Monochromatic Colors of #BC45FE
Black with #BC45FE
Text Example
Text Example
White with #BC45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45FE; }
p { color: rgb(188,69,254); }
H1.HeaderClassName
{
color: #BC45FE;
}
.AnyTagClassName
{
color: #BC45FE;
}
</style>
background-color css
<style>
a { background-color: #BC45FE; }
a { background-color: rgb(188,69,254); }
div.DivClassName
{
background-color: #BC45FE;
}
.BgClassName
{
background-color: #BC45FE;
}
</style>
border-color css
<style>
span { border-color: #BC45FE; }
span { border-color: rgb(188,69,254); }
td.TdClassName
{
border-color: #BC45FE;
}
.TagClassName
{
border-color: #BC45FE;
}
</style>