Shades of Medium Orchid #BA57FF
Tints of Medium Orchid #BA57FF
RGB
CMYK
RGB Variations
Color information
#BA57FF (or 0xBA57FF) is known color: Medium Orchid. HEX triplet: BA, 57 and FF. RGB value is (186,87,255). Sum of RGB (Red+Green+Blue) = 186+87+255=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 87 (34.38% from 255 or 16.48% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA57FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA57FF is #45A800. Grayscale: #878787. Windows color (decimal): -4564993 or 16734138. OLE color: 16734138.
HSL color Cylindrical-coordinate representation of color #BA57FF: hue angle of 275.36º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA57FF is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 87 | 255 | - |
| CMYK | 0.27 | 0.66 | 0 | 0 |
| HSL | 275.36º | 1% | 0.67% | - |
| HSV(B) | 275.36º | 0.66% | 1% | - |
| XYZ | 41.71 | 24.48 | 97.13 | - |
| YUV | 135.75 | 195.3 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 255 | 0.27 | 0.66 | 0 | 0 | 275.36 | 1 | 0.67 |
| Hex | BA | 57 | FF | 1B | 42 | 0 | 0 | 113 | 64 | 43 |
| Octal | 272 | 127 | 377 | 33 | 102 | 0 | 0 | 423 | 144 | 103 |
| Binary | 10111010 | 1010111 | 11111111 | 11011 | 1000010 | 0 | 0 | 100010011 | 1100100 | 1000011 |
Color Harmonies of #BA57FF
Complementary color
Monochromatic Colors of #BA57FF
Black with #BA57FF
Text Example
Text Example
White with #BA57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA57FF; }
p { color: rgb(186,87,255); }
H1.HeaderClassName
{
color: #BA57FF;
}
.AnyTagClassName
{
color: #BA57FF;
}
</style>
background-color css
<style>
a { background-color: #BA57FF; }
a { background-color: rgb(186,87,255); }
div.DivClassName
{
background-color: #BA57FF;
}
.BgClassName
{
background-color: #BA57FF;
}
</style>
border-color css
<style>
span { border-color: #BA57FF; }
span { border-color: rgb(186,87,255); }
td.TdClassName
{
border-color: #BA57FF;
}
.TagClassName
{
border-color: #BA57FF;
}
</style>