Shades of Medium Orchid #BA5AF6
Tints of Medium Orchid #BA5AF6
RGB
CMYK
RGB Variations
Color information
#BA5AF6 (or 0xBA5AF6) is known color: Medium Orchid. HEX triplet: BA, 5A and F6. RGB value is (186,90,246). Sum of RGB (Red+Green+Blue) = 186+90+246=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA5AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AF6 is #45A509. Grayscale: #878787. Windows color (decimal): -4564234 or 16145082. OLE color: 16145082.
HSL color Cylindrical-coordinate representation of color #BA5AF6: hue angle of 276.92º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5AF6 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 90 | 246 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.04 |
| HSL | 276.92º | 0.9% | 0.66% | - |
| HSV(B) | 276.92º | 0.63% | 0.96% | - |
| XYZ | 40.54 | 24.41 | 89.76 | - |
| YUV | 136.49 | 189.8 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 246 | 0.24 | 0.63 | 0 | 0.04 | 276.92 | 0.9 | 0.66 |
| Hex | BA | 5A | F6 | 18 | 3F | 0 | 4 | 115 | 5A | 42 |
| Octal | 272 | 132 | 366 | 30 | 77 | 0 | 4 | 425 | 132 | 102 |
| Binary | 10111010 | 1011010 | 11110110 | 11000 | 111111 | 0 | 100 | 100010101 | 1011010 | 1000010 |
Color Harmonies of #BA5AF6
Complementary color
Monochromatic Colors of #BA5AF6
Black with #BA5AF6
Text Example
Text Example
White with #BA5AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AF6; }
p { color: rgb(186,90,246); }
H1.HeaderClassName
{
color: #BA5AF6;
}
.AnyTagClassName
{
color: #BA5AF6;
}
</style>
background-color css
<style>
a { background-color: #BA5AF6; }
a { background-color: rgb(186,90,246); }
div.DivClassName
{
background-color: #BA5AF6;
}
.BgClassName
{
background-color: #BA5AF6;
}
</style>
border-color css
<style>
span { border-color: #BA5AF6; }
span { border-color: rgb(186,90,246); }
td.TdClassName
{
border-color: #BA5AF6;
}
.TagClassName
{
border-color: #BA5AF6;
}
</style>