Shades of Medium Orchid #BA55FD
Tints of Medium Orchid #BA55FD
RGB
CMYK
RGB Variations
Color information
#BA55FD (or 0xBA55FD) is known color: Medium Orchid. HEX triplet: BA, 55 and FD. RGB value is (186,85,253). Sum of RGB (Red+Green+Blue) = 186+85+253=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA55FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55FD is #45AA02. Grayscale: #858585. Windows color (decimal): -4565507 or 16602554. OLE color: 16602554.
HSL color Cylindrical-coordinate representation of color #BA55FD: hue angle of 276.07º 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 #BA55FD is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 85 | 253 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.01 |
| HSL | 276.07º | 0.98% | 0.66% | - |
| HSV(B) | 276.07º | 0.66% | 0.99% | - |
| XYZ | 41.23 | 24.03 | 95.39 | - |
| YUV | 134.35 | 194.96 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 253 | 0.26 | 0.66 | 0 | 0.01 | 276.07 | 0.98 | 0.66 |
| Hex | BA | 55 | FD | 1A | 42 | 0 | 1 | 114 | 62 | 42 |
| Octal | 272 | 125 | 375 | 32 | 102 | 0 | 1 | 424 | 142 | 102 |
| Binary | 10111010 | 1010101 | 11111101 | 11010 | 1000010 | 0 | 1 | 100010100 | 1100010 | 1000010 |
Color Harmonies of #BA55FD
Complementary color
Monochromatic Colors of #BA55FD
Black with #BA55FD
Text Example
Text Example
White with #BA55FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55FD; }
p { color: rgb(186,85,253); }
H1.HeaderClassName
{
color: #BA55FD;
}
.AnyTagClassName
{
color: #BA55FD;
}
</style>
background-color css
<style>
a { background-color: #BA55FD; }
a { background-color: rgb(186,85,253); }
div.DivClassName
{
background-color: #BA55FD;
}
.BgClassName
{
background-color: #BA55FD;
}
</style>
border-color css
<style>
span { border-color: #BA55FD; }
span { border-color: rgb(186,85,253); }
td.TdClassName
{
border-color: #BA55FD;
}
.TagClassName
{
border-color: #BA55FD;
}
</style>