Shades of Medium Orchid #BC55FA
Tints of Medium Orchid #BC55FA
RGB
CMYK
RGB Variations
Color information
#BC55FA (or 0xBC55FA) is known color: Medium Orchid. HEX triplet: BC, 55 and FA. RGB value is (188,85,250). Sum of RGB (Red+Green+Blue) = 188+85+250=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC55FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC55FA is #43AA05. Grayscale: #868686. Windows color (decimal): -4434438 or 16405948. OLE color: 16405948.
HSL color Cylindrical-coordinate representation of color #BC55FA: hue angle of 277.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC55FA is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 85 | 250 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.02 |
| HSL | 277.45º | 0.94% | 0.66% | - |
| HSV(B) | 277.45º | 0.66% | 0.98% | - |
| XYZ | 41.24 | 24.09 | 92.92 | - |
| YUV | 134.61 | 193.12 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 250 | 0.25 | 0.66 | 0 | 0.02 | 277.45 | 0.94 | 0.66 |
| Hex | BC | 55 | FA | 19 | 42 | 0 | 2 | 115 | 5E | 42 |
| Octal | 274 | 125 | 372 | 31 | 102 | 0 | 2 | 425 | 136 | 102 |
| Binary | 10111100 | 1010101 | 11111010 | 11001 | 1000010 | 0 | 10 | 100010101 | 1011110 | 1000010 |
Color Harmonies of #BC55FA
Complementary color
Monochromatic Colors of #BC55FA
Black with #BC55FA
Text Example
Text Example
White with #BC55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55FA; }
p { color: rgb(188,85,250); }
H1.HeaderClassName
{
color: #BC55FA;
}
.AnyTagClassName
{
color: #BC55FA;
}
</style>
background-color css
<style>
a { background-color: #BC55FA; }
a { background-color: rgb(188,85,250); }
div.DivClassName
{
background-color: #BC55FA;
}
.BgClassName
{
background-color: #BC55FA;
}
</style>
border-color css
<style>
span { border-color: #BC55FA; }
span { border-color: rgb(188,85,250); }
td.TdClassName
{
border-color: #BC55FA;
}
.TagClassName
{
border-color: #BC55FA;
}
</style>