Shades of Medium Orchid #BC4FFD
Tints of Medium Orchid #BC4FFD
RGB
CMYK
RGB Variations
Color information
#BC4FFD (or 0xBC4FFD) is known color: Medium Orchid. HEX triplet: BC, 4F and FD. RGB value is (188,79,253). Sum of RGB (Red+Green+Blue) = 188+79+253=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC4FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4FFD is #43B002. Grayscale: #828282. Windows color (decimal): -4435971 or 16601020. OLE color: 16601020.
HSL color Cylindrical-coordinate representation of color #BC4FFD: hue angle of 277.59º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4FFD is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 79 | 253 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.01 |
| HSL | 277.59º | 0.98% | 0.65% | - |
| HSV(B) | 277.59º | 0.69% | 0.99% | - |
| XYZ | 41.26 | 23.38 | 95.27 | - |
| YUV | 131.43 | 196.61 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 253 | 0.26 | 0.69 | 0 | 0.01 | 277.59 | 0.98 | 0.65 |
| Hex | BC | 4F | FD | 1A | 45 | 0 | 1 | 116 | 62 | 41 |
| Octal | 274 | 117 | 375 | 32 | 105 | 0 | 1 | 426 | 142 | 101 |
| Binary | 10111100 | 1001111 | 11111101 | 11010 | 1000101 | 0 | 1 | 100010110 | 1100010 | 1000001 |
Color Harmonies of #BC4FFD
Complementary color
Monochromatic Colors of #BC4FFD
Black with #BC4FFD
Text Example
Text Example
White with #BC4FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FFD; }
p { color: rgb(188,79,253); }
H1.HeaderClassName
{
color: #BC4FFD;
}
.AnyTagClassName
{
color: #BC4FFD;
}
</style>
background-color css
<style>
a { background-color: #BC4FFD; }
a { background-color: rgb(188,79,253); }
div.DivClassName
{
background-color: #BC4FFD;
}
.BgClassName
{
background-color: #BC4FFD;
}
</style>
border-color css
<style>
span { border-color: #BC4FFD; }
span { border-color: rgb(188,79,253); }
td.TdClassName
{
border-color: #BC4FFD;
}
.TagClassName
{
border-color: #BC4FFD;
}
</style>