Shades of Medium Orchid #BA55FB
Tints of Medium Orchid #BA55FB
RGB
CMYK
RGB Variations
Color information
#BA55FB (or 0xBA55FB) is known color: Medium Orchid. HEX triplet: BA, 55 and FB. RGB value is (186,85,251). Sum of RGB (Red+Green+Blue) = 186+85+251=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA55FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55FB is #45AA04. Grayscale: #858585. Windows color (decimal): -4565509 or 16471482. OLE color: 16471482.
HSL color Cylindrical-coordinate representation of color #BA55FB: hue angle of 276.51º degrees, saturation: 0.95, 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 #BA55FB is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 85 | 251 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.02 |
| HSL | 276.51º | 0.95% | 0.66% | - |
| HSV(B) | 276.51º | 0.66% | 0.98% | - |
| XYZ | 40.91 | 23.9 | 93.72 | - |
| YUV | 134.12 | 193.96 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 251 | 0.26 | 0.66 | 0 | 0.02 | 276.51 | 0.95 | 0.66 |
| Hex | BA | 55 | FB | 1A | 42 | 0 | 2 | 115 | 5F | 42 |
| Octal | 272 | 125 | 373 | 32 | 102 | 0 | 2 | 425 | 137 | 102 |
| Binary | 10111010 | 1010101 | 11111011 | 11010 | 1000010 | 0 | 10 | 100010101 | 1011111 | 1000010 |
Color Harmonies of #BA55FB
Complementary color
Monochromatic Colors of #BA55FB
Black with #BA55FB
Text Example
Text Example
White with #BA55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55FB; }
p { color: rgb(186,85,251); }
H1.HeaderClassName
{
color: #BA55FB;
}
.AnyTagClassName
{
color: #BA55FB;
}
</style>
background-color css
<style>
a { background-color: #BA55FB; }
a { background-color: rgb(186,85,251); }
div.DivClassName
{
background-color: #BA55FB;
}
.BgClassName
{
background-color: #BA55FB;
}
</style>
border-color css
<style>
span { border-color: #BA55FB; }
span { border-color: rgb(186,85,251); }
td.TdClassName
{
border-color: #BA55FB;
}
.TagClassName
{
border-color: #BA55FB;
}
</style>