Shades of Medium Orchid #BC46FD
Tints of Medium Orchid #BC46FD
RGB
CMYK
RGB Variations
Color information
#BC46FD (or 0xBC46FD) is known color: Medium Orchid. HEX triplet: BC, 46 and FD. RGB value is (188,70,253). Sum of RGB (Red+Green+Blue) = 188+70+253=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC46FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC46FD is #43B902. Grayscale: #7D7D7D. Windows color (decimal): -4438275 or 16598716. OLE color: 16598716.
HSL color Cylindrical-coordinate representation of color #BC46FD: hue angle of 278.69º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC46FD is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 70 | 253 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.01 |
| HSL | 278.69º | 0.98% | 0.63% | - |
| HSV(B) | 278.69º | 0.72% | 0.99% | - |
| XYZ | 40.66 | 22.16 | 95.06 | - |
| YUV | 126.14 | 199.59 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 253 | 0.26 | 0.72 | 0 | 0.01 | 278.69 | 0.98 | 0.63 |
| Hex | BC | 46 | FD | 1A | 48 | 0 | 1 | 117 | 62 | 3F |
| Octal | 274 | 106 | 375 | 32 | 110 | 0 | 1 | 427 | 142 | 77 |
| Binary | 10111100 | 1000110 | 11111101 | 11010 | 1001000 | 0 | 1 | 100010111 | 1100010 | 111111 |
Color Harmonies of #BC46FD
Complementary color
Monochromatic Colors of #BC46FD
Black with #BC46FD
Text Example
Text Example
White with #BC46FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC46FD; }
p { color: rgb(188,70,253); }
H1.HeaderClassName
{
color: #BC46FD;
}
.AnyTagClassName
{
color: #BC46FD;
}
</style>
background-color css
<style>
a { background-color: #BC46FD; }
a { background-color: rgb(188,70,253); }
div.DivClassName
{
background-color: #BC46FD;
}
.BgClassName
{
background-color: #BC46FD;
}
</style>
border-color css
<style>
span { border-color: #BC46FD; }
span { border-color: rgb(188,70,253); }
td.TdClassName
{
border-color: #BC46FD;
}
.TagClassName
{
border-color: #BC46FD;
}
</style>