Shades of Medium Orchid #BC45FD
Tints of Medium Orchid #BC45FD
RGB
CMYK
RGB Variations
Color information
#BC45FD (or 0xBC45FD) is known color: Medium Orchid. HEX triplet: BC, 45 and FD. RGB value is (188,69,253). Sum of RGB (Red+Green+Blue) = 188+69+253=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 69 (27.34% from 255 or 13.53% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC45FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC45FD is #43BA02. Grayscale: #7C7C7C. Windows color (decimal): -4438531 or 16598460. OLE color: 16598460.
HSL color Cylindrical-coordinate representation of color #BC45FD: hue angle of 278.8º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC45FD is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 69 | 253 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.01 |
| HSL | 278.8º | 0.98% | 0.63% | - |
| HSV(B) | 278.8º | 0.73% | 0.99% | - |
| XYZ | 40.6 | 22.04 | 95.04 | - |
| YUV | 125.56 | 199.92 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 253 | 0.26 | 0.73 | 0 | 0.01 | 278.8 | 0.98 | 0.63 |
| Hex | BC | 45 | FD | 1A | 49 | 0 | 1 | 117 | 62 | 3F |
| Octal | 274 | 105 | 375 | 32 | 111 | 0 | 1 | 427 | 142 | 77 |
| Binary | 10111100 | 1000101 | 11111101 | 11010 | 1001001 | 0 | 1 | 100010111 | 1100010 | 111111 |
Color Harmonies of #BC45FD
Complementary color
Monochromatic Colors of #BC45FD
Black with #BC45FD
Text Example
Text Example
White with #BC45FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45FD; }
p { color: rgb(188,69,253); }
H1.HeaderClassName
{
color: #BC45FD;
}
.AnyTagClassName
{
color: #BC45FD;
}
</style>
background-color css
<style>
a { background-color: #BC45FD; }
a { background-color: rgb(188,69,253); }
div.DivClassName
{
background-color: #BC45FD;
}
.BgClassName
{
background-color: #BC45FD;
}
</style>
border-color css
<style>
span { border-color: #BC45FD; }
span { border-color: rgb(188,69,253); }
td.TdClassName
{
border-color: #BC45FD;
}
.TagClassName
{
border-color: #BC45FD;
}
</style>