Shades of Medium Orchid #BC3CFD
Tints of Medium Orchid #BC3CFD
RGB
CMYK
RGB Variations
Color information
#BC3CFD (or 0xBC3CFD) is known color: Medium Orchid. HEX triplet: BC, 3C and FD. RGB value is (188,60,253). Sum of RGB (Red+Green+Blue) = 188+60+253=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC3CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3CFD is #43C302. Grayscale: #777777. Windows color (decimal): -4440835 or 16596156. OLE color: 16596156.
HSL color Cylindrical-coordinate representation of color #BC3CFD: hue angle of 279.79º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC3CFD is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 60 | 253 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.01 |
| HSL | 279.79º | 0.98% | 0.61% | - |
| HSV(B) | 279.79º | 0.76% | 0.99% | - |
| XYZ | 40.08 | 21.01 | 94.87 | - |
| YUV | 120.27 | 202.91 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 253 | 0.26 | 0.76 | 0 | 0.01 | 279.79 | 0.98 | 0.61 |
| Hex | BC | 3C | FD | 1A | 4C | 0 | 1 | 118 | 62 | 3D |
| Octal | 274 | 74 | 375 | 32 | 114 | 0 | 1 | 430 | 142 | 75 |
| Binary | 10111100 | 111100 | 11111101 | 11010 | 1001100 | 0 | 1 | 100011000 | 1100010 | 111101 |
Color Harmonies of #BC3CFD
Complementary color
Monochromatic Colors of #BC3CFD
Black with #BC3CFD
Text Example
Text Example
White with #BC3CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3CFD; }
p { color: rgb(188,60,253); }
H1.HeaderClassName
{
color: #BC3CFD;
}
.AnyTagClassName
{
color: #BC3CFD;
}
</style>
background-color css
<style>
a { background-color: #BC3CFD; }
a { background-color: rgb(188,60,253); }
div.DivClassName
{
background-color: #BC3CFD;
}
.BgClassName
{
background-color: #BC3CFD;
}
</style>
border-color css
<style>
span { border-color: #BC3CFD; }
span { border-color: rgb(188,60,253); }
td.TdClassName
{
border-color: #BC3CFD;
}
.TagClassName
{
border-color: #BC3CFD;
}
</style>