Shades of Medium Orchid #BC55FD
Tints of Medium Orchid #BC55FD
RGB
CMYK
RGB Variations
Color information
#BC55FD (or 0xBC55FD) is known color: Medium Orchid. HEX triplet: BC, 55 and FD. RGB value is (188,85,253). Sum of RGB (Red+Green+Blue) = 188+85+253=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC55FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC55FD is #43AA02. Grayscale: #868686. Windows color (decimal): -4434435 or 16602556. OLE color: 16602556.
HSL color Cylindrical-coordinate representation of color #BC55FD: hue angle of 276.79º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC55FD is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 85 | 253 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.01 |
| HSL | 276.79º | 0.98% | 0.66% | - |
| HSV(B) | 276.79º | 0.66% | 0.99% | - |
| XYZ | 41.72 | 24.28 | 95.42 | - |
| YUV | 134.95 | 194.62 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 253 | 0.26 | 0.66 | 0 | 0.01 | 276.79 | 0.98 | 0.66 |
| Hex | BC | 55 | FD | 1A | 42 | 0 | 1 | 115 | 62 | 42 |
| Octal | 274 | 125 | 375 | 32 | 102 | 0 | 1 | 425 | 142 | 102 |
| Binary | 10111100 | 1010101 | 11111101 | 11010 | 1000010 | 0 | 1 | 100010101 | 1100010 | 1000010 |
Color Harmonies of #BC55FD
Complementary color
Monochromatic Colors of #BC55FD
Black with #BC55FD
Text Example
Text Example
White with #BC55FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55FD; }
p { color: rgb(188,85,253); }
H1.HeaderClassName
{
color: #BC55FD;
}
.AnyTagClassName
{
color: #BC55FD;
}
</style>
background-color css
<style>
a { background-color: #BC55FD; }
a { background-color: rgb(188,85,253); }
div.DivClassName
{
background-color: #BC55FD;
}
.BgClassName
{
background-color: #BC55FD;
}
</style>
border-color css
<style>
span { border-color: #BC55FD; }
span { border-color: rgb(188,85,253); }
td.TdClassName
{
border-color: #BC55FD;
}
.TagClassName
{
border-color: #BC55FD;
}
</style>