Shades of Medium Orchid #BA54FD
Tints of Medium Orchid #BA54FD
RGB
CMYK
RGB Variations
Color information
#BA54FD (or 0xBA54FD) is known color: Medium Orchid. HEX triplet: BA, 54 and FD. RGB value is (186,84,253). Sum of RGB (Red+Green+Blue) = 186+84+253=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA54FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54FD is #45AB02. Grayscale: #858585. Windows color (decimal): -4565763 or 16602298. OLE color: 16602298.
HSL color Cylindrical-coordinate representation of color #BA54FD: hue angle of 276.21º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA54FD is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 84 | 253 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.01 |
| HSL | 276.21º | 0.98% | 0.66% | - |
| HSV(B) | 276.21º | 0.67% | 0.99% | - |
| XYZ | 41.15 | 23.87 | 95.37 | - |
| YUV | 133.76 | 195.29 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 253 | 0.26 | 0.67 | 0 | 0.01 | 276.21 | 0.98 | 0.66 |
| Hex | BA | 54 | FD | 1A | 43 | 0 | 1 | 114 | 62 | 42 |
| Octal | 272 | 124 | 375 | 32 | 103 | 0 | 1 | 424 | 142 | 102 |
| Binary | 10111010 | 1010100 | 11111101 | 11010 | 1000011 | 0 | 1 | 100010100 | 1100010 | 1000010 |
Color Harmonies of #BA54FD
Complementary color
Monochromatic Colors of #BA54FD
Black with #BA54FD
Text Example
Text Example
White with #BA54FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54FD; }
p { color: rgb(186,84,253); }
H1.HeaderClassName
{
color: #BA54FD;
}
.AnyTagClassName
{
color: #BA54FD;
}
</style>
background-color css
<style>
a { background-color: #BA54FD; }
a { background-color: rgb(186,84,253); }
div.DivClassName
{
background-color: #BA54FD;
}
.BgClassName
{
background-color: #BA54FD;
}
</style>
border-color css
<style>
span { border-color: #BA54FD; }
span { border-color: rgb(186,84,253); }
td.TdClassName
{
border-color: #BA54FD;
}
.TagClassName
{
border-color: #BA54FD;
}
</style>