Shades of Medium Orchid #BC46FF
Tints of Medium Orchid #BC46FF
RGB
CMYK
RGB Variations
Color information
#BC46FF (or 0xBC46FF) is known color: Medium Orchid. HEX triplet: BC, 46 and FF. RGB value is (188,70,255). Sum of RGB (Red+Green+Blue) = 188+70+255=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC46FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC46FF is #43B900. Grayscale: #7D7D7D. Windows color (decimal): -4438273 or 16729788. OLE color: 16729788.
HSL color Cylindrical-coordinate representation of color #BC46FF: hue angle of 278.27º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC46FF is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 70 | 255 | - |
| CMYK | 0.26 | 0.73 | 0 | 0 |
| HSL | 278.27º | 1% | 0.64% | - |
| HSV(B) | 278.27º | 0.73% | 1% | - |
| XYZ | 40.98 | 22.29 | 96.75 | - |
| YUV | 126.37 | 200.59 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 255 | 0.26 | 0.73 | 0 | 0 | 278.27 | 1 | 0.64 |
| Hex | BC | 46 | FF | 1A | 49 | 0 | 0 | 116 | 64 | 40 |
| Octal | 274 | 106 | 377 | 32 | 111 | 0 | 0 | 426 | 144 | 100 |
| Binary | 10111100 | 1000110 | 11111111 | 11010 | 1001001 | 0 | 0 | 100010110 | 1100100 | 1000000 |
Color Harmonies of #BC46FF
Complementary color
Monochromatic Colors of #BC46FF
Black with #BC46FF
Text Example
Text Example
White with #BC46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46FF; }
p { color: rgb(188,70,255); }
H1.HeaderClassName
{
color: #BC46FF;
}
.AnyTagClassName
{
color: #BC46FF;
}
</style>
background-color css
<style>
a { background-color: #BC46FF; }
a { background-color: rgb(188,70,255); }
div.DivClassName
{
background-color: #BC46FF;
}
.BgClassName
{
background-color: #BC46FF;
}
</style>
border-color css
<style>
span { border-color: #BC46FF; }
span { border-color: rgb(188,70,255); }
td.TdClassName
{
border-color: #BC46FF;
}
.TagClassName
{
border-color: #BC46FF;
}
</style>