Shades of Medium Orchid #BA6AF2
Tints of Medium Orchid #BA6AF2
RGB
CMYK
RGB Variations
Color information
#BA6AF2 (or 0xBA6AF2) is known color: Medium Orchid. HEX triplet: BA, 6A and F2. RGB value is (186,106,242). Sum of RGB (Red+Green+Blue) = 186+106+242=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA6AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AF2 is #45950D. Grayscale: #909090. Windows color (decimal): -4560142 or 15887034. OLE color: 15887034.
HSL color Cylindrical-coordinate representation of color #BA6AF2: hue angle of 275.29º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6AF2 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 106 | 242 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.05 |
| HSL | 275.29º | 0.84% | 0.68% | - |
| HSV(B) | 275.29º | 0.56% | 0.95% | - |
| XYZ | 41.43 | 27.16 | 87.06 | - |
| YUV | 145.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 242 | 0.23 | 0.56 | 0 | 0.05 | 275.29 | 0.84 | 0.68 |
| Hex | BA | 6A | F2 | 17 | 38 | 0 | 5 | 113 | 54 | 44 |
| Octal | 272 | 152 | 362 | 27 | 70 | 0 | 5 | 423 | 124 | 104 |
| Binary | 10111010 | 1101010 | 11110010 | 10111 | 111000 | 0 | 101 | 100010011 | 1010100 | 1000100 |
Color Harmonies of #BA6AF2
Complementary color
Monochromatic Colors of #BA6AF2
Black with #BA6AF2
Text Example
Text Example
White with #BA6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AF2; }
p { color: rgb(186,106,242); }
H1.HeaderClassName
{
color: #BA6AF2;
}
.AnyTagClassName
{
color: #BA6AF2;
}
</style>
background-color css
<style>
a { background-color: #BA6AF2; }
a { background-color: rgb(186,106,242); }
div.DivClassName
{
background-color: #BA6AF2;
}
.BgClassName
{
background-color: #BA6AF2;
}
</style>
border-color css
<style>
span { border-color: #BA6AF2; }
span { border-color: rgb(186,106,242); }
td.TdClassName
{
border-color: #BA6AF2;
}
.TagClassName
{
border-color: #BA6AF2;
}
</style>