Shades of Medium Orchid #BA66F3
Tints of Medium Orchid #BA66F3
RGB
CMYK
RGB Variations
Color information
#BA66F3 (or 0xBA66F3) is known color: Medium Orchid. HEX triplet: BA, 66 and F3. RGB value is (186,102,243). Sum of RGB (Red+Green+Blue) = 186+102+243=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA66F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66F3 is #45990C. Grayscale: #8E8E8E. Windows color (decimal): -4561165 or 15951546. OLE color: 15951546.
HSL color Cylindrical-coordinate representation of color #BA66F3: hue angle of 275.74º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA66F3 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 102 | 243 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.05 |
| HSL | 275.74º | 0.85% | 0.68% | - |
| HSV(B) | 275.74º | 0.58% | 0.95% | - |
| XYZ | 41.18 | 26.41 | 87.72 | - |
| YUV | 143.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 243 | 0.23 | 0.58 | 0 | 0.05 | 275.74 | 0.85 | 0.68 |
| Hex | BA | 66 | F3 | 17 | 3A | 0 | 5 | 114 | 55 | 44 |
| Octal | 272 | 146 | 363 | 27 | 72 | 0 | 5 | 424 | 125 | 104 |
| Binary | 10111010 | 1100110 | 11110011 | 10111 | 111010 | 0 | 101 | 100010100 | 1010101 | 1000100 |
Color Harmonies of #BA66F3
Complementary color
Monochromatic Colors of #BA66F3
Black with #BA66F3
Text Example
Text Example
White with #BA66F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66F3; }
p { color: rgb(186,102,243); }
H1.HeaderClassName
{
color: #BA66F3;
}
.AnyTagClassName
{
color: #BA66F3;
}
</style>
background-color css
<style>
a { background-color: #BA66F3; }
a { background-color: rgb(186,102,243); }
div.DivClassName
{
background-color: #BA66F3;
}
.BgClassName
{
background-color: #BA66F3;
}
</style>
border-color css
<style>
span { border-color: #BA66F3; }
span { border-color: rgb(186,102,243); }
td.TdClassName
{
border-color: #BA66F3;
}
.TagClassName
{
border-color: #BA66F3;
}
</style>