Shades of Medium Orchid #BC59FA
Tints of Medium Orchid #BC59FA
RGB
CMYK
RGB Variations
Color information
#BC59FA (or 0xBC59FA) is known color: Medium Orchid. HEX triplet: BC, 59 and FA. RGB value is (188,89,250). Sum of RGB (Red+Green+Blue) = 188+89+250=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC59FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC59FA is #43A605. Grayscale: #888888. Windows color (decimal): -4433414 or 16406972. OLE color: 16406972.
HSL color Cylindrical-coordinate representation of color #BC59FA: hue angle of 276.89º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC59FA is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 89 | 250 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.02 |
| HSL | 276.89º | 0.94% | 0.66% | - |
| HSV(B) | 276.89º | 0.64% | 0.98% | - |
| XYZ | 41.57 | 24.74 | 93.03 | - |
| YUV | 136.96 | 191.8 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 250 | 0.25 | 0.64 | 0 | 0.02 | 276.89 | 0.94 | 0.66 |
| Hex | BC | 59 | FA | 19 | 40 | 0 | 2 | 115 | 5E | 42 |
| Octal | 274 | 131 | 372 | 31 | 100 | 0 | 2 | 425 | 136 | 102 |
| Binary | 10111100 | 1011001 | 11111010 | 11001 | 1000000 | 0 | 10 | 100010101 | 1011110 | 1000010 |
Color Harmonies of #BC59FA
Complementary color
Monochromatic Colors of #BC59FA
Black with #BC59FA
Text Example
Text Example
White with #BC59FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59FA; }
p { color: rgb(188,89,250); }
H1.HeaderClassName
{
color: #BC59FA;
}
.AnyTagClassName
{
color: #BC59FA;
}
</style>
background-color css
<style>
a { background-color: #BC59FA; }
a { background-color: rgb(188,89,250); }
div.DivClassName
{
background-color: #BC59FA;
}
.BgClassName
{
background-color: #BC59FA;
}
</style>
border-color css
<style>
span { border-color: #BC59FA; }
span { border-color: rgb(188,89,250); }
td.TdClassName
{
border-color: #BC59FA;
}
.TagClassName
{
border-color: #BC59FA;
}
</style>